Class: Aws::CognitoIdentityProvider::Types::GetIdentityProviderByIdentifierResponse

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 object.



5221
5222
5223
5224
5225
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5221

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