Class: Aws::CognitoIdentity::Types::UnlinkDeveloperIdentityInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb

Overview

Input to the UnlinkDeveloperIdentity action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#developer_provider_nameString

The "domain" by which Cognito will refer to your users.

Returns:

  • (String)


1285
1286
1287
1288
1289
1290
1291
1292
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1285

class UnlinkDeveloperIdentityInput < Struct.new(
  :identity_id,
  :identity_pool_id,
  :developer_provider_name,
  :developer_user_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#developer_user_identifierString

A unique ID used by your backend authentication process to identify a user.

Returns:

  • (String)


1285
1286
1287
1288
1289
1290
1291
1292
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1285

class UnlinkDeveloperIdentityInput < Struct.new(
  :identity_id,
  :identity_pool_id,
  :developer_provider_name,
  :developer_user_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#identity_idString

A unique identifier in the format REGION:GUID.

Returns:

  • (String)


1285
1286
1287
1288
1289
1290
1291
1292
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1285

class UnlinkDeveloperIdentityInput < Struct.new(
  :identity_id,
  :identity_pool_id,
  :developer_provider_name,
  :developer_user_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#identity_pool_idString

An identity pool ID in the format REGION:GUID.

Returns:

  • (String)


1285
1286
1287
1288
1289
1290
1291
1292
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1285

class UnlinkDeveloperIdentityInput < Struct.new(
  :identity_id,
  :identity_pool_id,
  :developer_provider_name,
  :developer_user_identifier)
  SENSITIVE = []
  include Aws::Structure
end