Class: Aws::SSOAdmin::Types::ListRegionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ListRegionsResponse
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to be used in subsequent calls.
-
#regions ⇒ Array<Types::RegionMetadata>
The list of Regions enabled in the IAM Identity Center instance, including Regions with ACTIVE, ADDING, or REMOVING status.
Instance Attribute Details
#next_token ⇒ String
The pagination token to be used in subsequent calls. If the value is null, then there are no more entries.
3519 3520 3521 3522 3523 3524 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3519 class ListRegionsResponse < Struct.new( :regions, :next_token) SENSITIVE = [] include Aws::Structure end |
#regions ⇒ Array<Types::RegionMetadata>
The list of Regions enabled in the IAM Identity Center instance, including Regions with ACTIVE, ADDING, or REMOVING status.
3519 3520 3521 3522 3523 3524 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3519 class ListRegionsResponse < Struct.new( :regions, :next_token) SENSITIVE = [] include Aws::Structure end |