Class: Aws::MPA::Types::ListIdentitySourcesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_sourcesArray<Types::IdentitySourceForList>

A ‘IdentitySources`. Contains details for identity sources.

Returns:



1271
1272
1273
1274
1275
1276
# File 'lib/aws-sdk-mpa/types.rb', line 1271

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

#next_tokenString

If present, indicates that more output is available than is included in the current response. Use this value in the ‘NextToken` request parameter in a next call to the operation to get more output. You can repeat this until the `NextToken` response element returns `null`.

Returns:

  • (String)


1271
1272
1273
1274
1275
1276
# File 'lib/aws-sdk-mpa/types.rb', line 1271

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