Class: Aws::CognitoIdentityProvider::Types::GetIdentityProviderByIdentifierResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetIdentityProviderByIdentifierResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_provider ⇒ Types::IdentityProviderType
The IdP object.
Instance Attribute Details
#identity_provider ⇒ Types::IdentityProviderType
The IdP object.
5471 5472 5473 5474 5475 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5471 class GetIdentityProviderByIdentifierResponse < Struct.new( :identity_provider) SENSITIVE = [] include Aws::Structure end |