Class: Aws::SSOAdmin::Types::RemoveRegionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::RemoveRegionRequest
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM Identity Center instance.
-
#region_name ⇒ String
The name of the Amazon Web Services Region to remove from the IAM Identity Center instance.
Instance Attribute Details
#instance_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM Identity Center instance.
4139 4140 4141 4142 4143 4144 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4139 class RemoveRegionRequest < Struct.new( :instance_arn, :region_name) SENSITIVE = [] include Aws::Structure end |
#region_name ⇒ String
The name of the Amazon Web Services Region to remove from the IAM Identity Center instance. The Region name must be 1-32 characters long and follow the pattern of Amazon Web Services Region names (for example, us-east-1). The primary Region cannot be removed.
4139 4140 4141 4142 4143 4144 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4139 class RemoveRegionRequest < Struct.new( :instance_arn, :region_name) SENSITIVE = [] include Aws::Structure end |