Class: Aws::CognitoIdentityProvider::Types::CreateIdentityProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::CreateIdentityProviderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_provider ⇒ Types::IdentityProviderType
The newly created identity provider object.
Instance Attribute Details
#identity_provider ⇒ Types::IdentityProviderType
The newly created identity provider object.
3165 3166 3167 3168 3169 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3165 class CreateIdentityProviderResponse < Struct.new( :identity_provider) SENSITIVE = [] include Aws::Structure end |