Class: Aws::CognitoIdentity::Types::UnlinkDeveloperIdentityInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::UnlinkDeveloperIdentityInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
Input to the ‘UnlinkDeveloperIdentity` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#developer_provider_name ⇒ String
The “domain” by which Cognito will refer to your users.
-
#developer_user_identifier ⇒ String
A unique ID used by your backend authentication process to identify a user.
-
#identity_id ⇒ String
A unique identifier in the format REGION:GUID.
-
#identity_pool_id ⇒ String
An identity pool ID in the format REGION:GUID.
Instance Attribute Details
#developer_provider_name ⇒ String
The “domain” by which Cognito will refer to your users.
1285 1286 1287 1288 1289 1290 1291 1292 |
# File '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_identifier ⇒ String
A unique ID used by your backend authentication process to identify a user.
1285 1286 1287 1288 1289 1290 1291 1292 |
# File '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_id ⇒ String
A unique identifier in the format REGION:GUID.
1285 1286 1287 1288 1289 1290 1291 1292 |
# File '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_id ⇒ String
An identity pool ID in the format REGION:GUID.
1285 1286 1287 1288 1289 1290 1291 1292 |
# File '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 |