Class: Aws::CognitoIdentityProvider::Types::CreateIdentityProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::CreateIdentityProviderResponse
- 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 new user pool IdP.
Instance Attribute Details
#identity_provider ⇒ Types::IdentityProviderType
The details of the new user pool IdP.
3723 3724 3725 3726 3727 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3723 class CreateIdentityProviderResponse < Struct.new( :identity_provider) SENSITIVE = [] include Aws::Structure end |