Class: Aws::CognitoIdentityProvider::Types::UpdateIdentityProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateIdentityProviderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_provider ⇒ Types::IdentityProviderType
The IdP object.
Instance Attribute Details
#identity_provider ⇒ Types::IdentityProviderType
The IdP object.
9421 9422 9423 9424 9425 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9421 class UpdateIdentityProviderResponse < Struct.new( :identity_provider) SENSITIVE = [] include Aws::Structure end |