Class: Aws::CognitoIdentityProvider::Types::ListIdentityProvidersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ListIdentityProvidersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of IdPs to return.
-
#next_token ⇒ String
A pagination token.
-
#user_pool_id ⇒ String
The user pool ID.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of IdPs to return.
6193 6194 6195 6196 6197 6198 6199 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6193 class ListIdentityProvidersRequest < Struct.new( :user_pool_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token.
6193 6194 6195 6196 6197 6198 6199 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6193 class ListIdentityProvidersRequest < Struct.new( :user_pool_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The user pool ID.
6193 6194 6195 6196 6197 6198 6199 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6193 class ListIdentityProvidersRequest < Struct.new( :user_pool_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |