Class: Aws::CognitoIdentityProvider::Types::DescribeIdentityProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DescribeIdentityProviderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_provider ⇒ Types::IdentityProviderType
The details of the requested IdP.
Instance Attribute Details
#identity_provider ⇒ Types::IdentityProviderType
The details of the requested IdP.
5227 5228 5229 5230 5231 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5227 class DescribeIdentityProviderResponse < Struct.new( :identity_provider) SENSITIVE = [] include Aws::Structure end |