class Aws::CognitoIdentity::Types::UnlinkDeveloperIdentityInput
Input to the `UnlinkDeveloperIdentity` action.
@note When making an API call, you may pass UnlinkDeveloperIdentityInput
data as a hash: { identity_id: "IdentityId", # required identity_pool_id: "IdentityPoolId", # required developer_provider_name: "DeveloperProviderName", # required developer_user_identifier: "DeveloperUserIdentifier", # required }
@!attribute [rw] identity_id
A unique identifier in the format REGION:GUID. @return [String]
@!attribute [rw] identity_pool_id
An identity pool ID in the format REGION:GUID. @return [String]
@!attribute [rw] developer_provider_name
The "domain" by which Cognito will refer to your users. @return [String]
@!attribute [rw] developer_user_identifier
A unique ID used by your backend authentication process to identify a user. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/UnlinkDeveloperIdentityInput AWS API Documentation
Constants
- SENSITIVE