Class: Aws::CognitoIdentityProvider::Types::ProviderUserIdentifierType

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

Overview

A container for information about an IdP for a user pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#provider_attribute_nameString

The name of the provider attribute to link to, such as ‘NameID`.

Returns:

  • (String)


6892
6893
6894
6895
6896
6897
6898
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6892

class ProviderUserIdentifierType < Struct.new(
  :provider_name,
  :provider_attribute_name,
  :provider_attribute_value)
  SENSITIVE = []
  include Aws::Structure
end

#provider_attribute_valueString

The value of the provider attribute to link to, such as ‘xxxxx_account`.

Returns:

  • (String)


6892
6893
6894
6895
6896
6897
6898
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6892

class ProviderUserIdentifierType < Struct.new(
  :provider_name,
  :provider_attribute_name,
  :provider_attribute_value)
  SENSITIVE = []
  include Aws::Structure
end

#provider_nameString

The name of the provider, such as Facebook, Google, or Login with Amazon.

Returns:

  • (String)


6892
6893
6894
6895
6896
6897
6898
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6892

class ProviderUserIdentifierType < Struct.new(
  :provider_name,
  :provider_attribute_name,
  :provider_attribute_value)
  SENSITIVE = []
  include Aws::Structure
end