Class: Aws::SSOAdmin::Types::DescribeRegionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::DescribeRegionRequest
- 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 retrieve information about.
Instance Attribute Details
#instance_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM Identity Center instance.
1774 1775 1776 1777 1778 1779 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1774 class DescribeRegionRequest < Struct.new( :instance_arn, :region_name) SENSITIVE = [] include Aws::Structure end |
#region_name ⇒ String
The name of the Amazon Web Services Region to retrieve information about. The Region name must be 1-32 characters long and follow the pattern of Amazon Web Services Region names (for example, us-east-1).
1774 1775 1776 1777 1778 1779 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1774 class DescribeRegionRequest < Struct.new( :instance_arn, :region_name) SENSITIVE = [] include Aws::Structure end |