Class: Aws::CognitoIdentity::Types::UnlinkIdentityInput

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

Overview

Input to the UnlinkIdentity action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_idString

A unique identifier in the format REGION:GUID.

Returns:

  • (String)


1311
1312
1313
1314
1315
1316
1317
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1311

class UnlinkIdentityInput < Struct.new(
  :identity_id,
  :logins,
  :logins_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#loginsHash<String,String>

A set of optional name-value pairs that map provider names to provider tokens.

Returns:

  • (Hash<String,String>)


1311
1312
1313
1314
1315
1316
1317
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1311

class UnlinkIdentityInput < Struct.new(
  :identity_id,
  :logins,
  :logins_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#logins_to_removeArray<String>

Provider names to unlink from this identity.

Returns:

  • (Array<String>)


1311
1312
1313
1314
1315
1316
1317
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1311

class UnlinkIdentityInput < Struct.new(
  :identity_id,
  :logins,
  :logins_to_remove)
  SENSITIVE = []
  include Aws::Structure
end