Class: Aws::CognitoIdentityProvider::Types::DescribeIdentityProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DescribeIdentityProviderResponse
- 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 details of the requested IdP.
Instance Attribute Details
#identity_provider ⇒ Types::IdentityProviderType
The details of the requested IdP.
5038 5039 5040 5041 5042 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5038 class DescribeIdentityProviderResponse < Struct.new( :identity_provider) SENSITIVE = [] include Aws::Structure end |