Class: Aws::CognitoIdentityProvider::Types::GetIdentityProviderByIdentifierRequest

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

#idp_identifierString

The identifier that you assigned to your user pool. The identifier is an alternative name for an IdP that is distinct from the IdP name. For example, an IdP with a name of MyIdP might have an identifier of the email domain example.com.

Returns:

  • (String)


6082
6083
6084
6085
6086
6087
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6082

class GetIdentityProviderByIdentifierRequest < Struct.new(
  :user_pool_id,
  :idp_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#user_pool_idString

The ID of the user pool where you want to get information about the IdP.

Returns:

  • (String)


6082
6083
6084
6085
6086
6087
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6082

class GetIdentityProviderByIdentifierRequest < Struct.new(
  :user_pool_id,
  :idp_identifier)
  SENSITIVE = []
  include Aws::Structure
end