Class: Aws::CognitoIdentityProvider::Types::DescribeIdentityProviderResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



4762
4763
4764
4765
4766
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4762

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