Class: Aws::CognitoIdentityProvider::Types::ListIdentityProvidersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ListIdentityProvidersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token.
-
#providers ⇒ Array<Types::ProviderDescription>
A list of IdP objects.
Instance Attribute Details
#next_token ⇒ String
A pagination token.
6211 6212 6213 6214 6215 6216 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6211 class ListIdentityProvidersResponse < Struct.new( :providers, :next_token) SENSITIVE = [] include Aws::Structure end |
#providers ⇒ Array<Types::ProviderDescription>
A list of IdP objects.
6211 6212 6213 6214 6215 6216 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6211 class ListIdentityProvidersResponse < Struct.new( :providers, :next_token) SENSITIVE = [] include Aws::Structure end |