You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentity::Types::IdentityDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A description of the identity.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date ⇒ Time

Date on which the identity was created.

Returns:

  • (Time) —

    Date on which the identity was created.

#identity_id ⇒ String

A unique identifier in the format REGION:GUID.

Returns:

  • (String) —

    A unique identifier in the format REGION:GUID.

#last_modified_date ⇒ Time

Date on which the identity was last modified.

Returns:

  • (Time) —

    Date on which the identity was last modified.

#logins ⇒ Array<String>

The provider names.

Returns:

  • (Array<String>) —

    The provider names.