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

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 configuration of the IdP in your user pool. Includes additional identifiers, the IdP name and type, and trust-relationship details like the issuer URL.



6097
6098
6099
6100
6101
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6097

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