Class: Aws::MPA::Types::ListIdentitySourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::ListIdentitySourcesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mpa/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_sources ⇒ Array<Types::IdentitySourceForList>
A ‘IdentitySources`.
-
#next_token ⇒ String
If present, indicates that more output is available than is included in the current response.
Instance Attribute Details
#identity_sources ⇒ Array<Types::IdentitySourceForList>
A ‘IdentitySources`. Contains details for identity sources.
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_token ⇒ String
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`.
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 |