Class: Aws::CognitoIdentityProvider::Types::GetIdentityProviderByIdentifierResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetIdentityProviderByIdentifierResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_provider ⇒ Types::IdentityProviderType
The identity provider details.
Instance Attribute Details
#identity_provider ⇒ Types::IdentityProviderType
The identity provider details.
6227 6228 6229 6230 6231 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6227 class GetIdentityProviderByIdentifierResponse < Struct.new( :identity_provider) SENSITIVE = [] include Aws::Structure end |