Class: Aws::SSOAdmin::Types::ListRegionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token to be used in subsequent calls. If the value is null, then there are no more entries.

Returns:

  • (String)


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

#regionsArray<Types::RegionMetadata>

The list of Regions enabled in the IAM Identity Center instance, including Regions with ACTIVE, ADDING, or REMOVING status.

Returns:



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