Class: Aws::CognitoIdentityProvider::Types::ListIdentityProvidersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ListIdentityProvidersResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/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.
7722 7723 7724 7725 7726 7727 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 7722 class ListIdentityProvidersResponse < Struct.new( :providers, :next_token) SENSITIVE = [] include Aws::Structure end |
#providers ⇒ Array<Types::ProviderDescription>
A list of IdP objects.
7722 7723 7724 7725 7726 7727 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 7722 class ListIdentityProvidersResponse < Struct.new( :providers, :next_token) SENSITIVE = [] include Aws::Structure end |