Class: Aws::SSOAdmin::Types::ListRegionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_arnString

The Amazon Resource Name (ARN) of the IAM Identity Center instance.

Returns:

  • (String)


3454
3455
3456
3457
3458
3459
3460
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3454

class ListRegionsRequest < Struct.new(
  :instance_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in a single call. Default is 100.

Returns:

  • (Integer)


3454
3455
3456
3457
3458
3459
3460
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3454

class ListRegionsRequest < Struct.new(
  :instance_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

Returns:

  • (String)


3454
3455
3456
3457
3458
3459
3460
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3454

class ListRegionsRequest < Struct.new(
  :instance_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end