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 IdP object.
Instance Attribute Details
#identity_provider ⇒ Types::IdentityProviderType
The newly created IdP object.
2977 2978 2979 2980 2981 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2977 class CreateIdentityProviderResponse < Struct.new( :identity_provider) SENSITIVE = [] include Aws::Structure end |