Class: Aws::SSOAdmin::Types::DescribeRegionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::DescribeRegionResponse
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#added_date ⇒ Time
The timestamp when the Region was added to the IAM Identity Center instance.
-
#is_primary_region ⇒ Boolean
Indicates whether this is the primary Region where the IAM Identity Center instance was originally enabled.
-
#region_name ⇒ String
The Amazon Web Services Region name.
-
#status ⇒ String
The current status of the Region.
Instance Attribute Details
#added_date ⇒ Time
The timestamp when the Region was added to the IAM Identity Center instance. For the primary Region, this is the IAM Identity Center instance creation time.
1810 1811 1812 1813 1814 1815 1816 1817 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1810 class DescribeRegionResponse < Struct.new( :region_name, :status, :added_date, :is_primary_region) SENSITIVE = [] include Aws::Structure end |
#is_primary_region ⇒ Boolean
Indicates whether this is the primary Region where the IAM Identity Center instance was originally enabled. For more information on the difference between the primary Region and additional Regions, see IAM Identity Center User Guide
1810 1811 1812 1813 1814 1815 1816 1817 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1810 class DescribeRegionResponse < Struct.new( :region_name, :status, :added_date, :is_primary_region) SENSITIVE = [] include Aws::Structure end |
#region_name ⇒ String
The Amazon Web Services Region name.
1810 1811 1812 1813 1814 1815 1816 1817 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1810 class DescribeRegionResponse < Struct.new( :region_name, :status, :added_date, :is_primary_region) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the Region. Valid values are ACTIVE (Region is operational), ADDING (Region replication workflow is in progress), or REMOVING (Region removal workflow is in progress).
1810 1811 1812 1813 1814 1815 1816 1817 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1810 class DescribeRegionResponse < Struct.new( :region_name, :status, :added_date, :is_primary_region) SENSITIVE = [] include Aws::Structure end |