Class: Aws::CognitoIdentityProvider::Types::UpdateIdentityProviderResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_providerTypes::IdentityProviderType

The identity provider details.



8715
8716
8717
8718
8719
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8715

class UpdateIdentityProviderResponse < Struct.new(
  :identity_provider)
  SENSITIVE = []
  include Aws::Structure
end