Class: Aws::MPA::Types::ListIdentitySourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::ListIdentitySourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mpa/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of items to return in the response.
-
#next_token ⇒ String
If present, indicates that more output is available than is included in the current response.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of items to return in the response. If more results exist than the specified ‘MaxResults` value, a token is included in the response so that you can retrieve the remaining results.
1250 1251 1252 1253 1254 1255 |
# File 'lib/aws-sdk-mpa/types.rb', line 1250 class ListIdentitySourcesRequest < Struct.new( :max_results, :next_token) 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`.
1250 1251 1252 1253 1254 1255 |
# File 'lib/aws-sdk-mpa/types.rb', line 1250 class ListIdentitySourcesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |