Class: Aws::MPA::Types::ListIdentitySourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::ListIdentitySourcesResponse
- Defined in:
- gems/aws-sdk-mpa/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.
1254 1255 1256 1257 1258 1259 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1254 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.
1254 1255 1256 1257 1258 1259 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1254 class ListIdentitySourcesResponse < Struct.new( :next_token, :identity_sources) SENSITIVE = [] include Aws::Structure end |