Class: Aws::SSOAdmin::Types::ListInstancesResponse

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

#instances ⇒ Array<Types::InstanceMetadata>

Lists the IAM Identity Center instances that the caller has access to.

Returns:



3299
3300
3301
3302
3303
3304
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3299

class ListInstancesResponse < Struct.new(
  :instances,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_token ⇒ String

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)


3299
3300
3301
3302
3303
3304
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3299

class ListInstancesResponse < Struct.new(
  :instances,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end