Class: Aws::SSOAdmin::Types::AddRegionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::AddRegionRequest
- 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 to replicate to the target Region.
-
#region_name ⇒ String
The name of the Amazon Web Services Region to add to the IAM Identity Center instance.
Instance Attribute Details
#instance_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM Identity Center instance to replicate to the target Region.
260 261 262 263 264 265 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 260 class AddRegionRequest < Struct.new( :instance_arn, :region_name) SENSITIVE = [] include Aws::Structure end |
#region_name ⇒ String
The name of the Amazon Web Services Region to add to 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).
260 261 262 263 264 265 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 260 class AddRegionRequest < Struct.new( :instance_arn, :region_name) SENSITIVE = [] include Aws::Structure end |