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_dateTime

Date on which the identity was created.

Returns:

  • (Time)

    Date on which the identity was created.

#identity_idString

A unique identifier in the format REGION:GUID.

Returns:

  • (String)

    A unique identifier in the format REGION:GUID.

#last_modified_dateTime

Date on which the identity was last modified.

Returns:

  • (Time)

    Date on which the identity was last modified.

#loginsArray<String>

The provider names.

Returns:

  • (Array<String>)

    The provider names.