Class: Aws::CognitoIdentity::Types::IdentityDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::IdentityDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
A description of the identity.
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
Date on which the identity was created.
-
#identity_id ⇒ String
A unique identifier in the format REGION:GUID.
-
#last_modified_date ⇒ Time
Date on which the identity was last modified.
-
#logins ⇒ Array<String>
A set of optional name-value pairs that map provider names to provider tokens.
Instance Attribute Details
#creation_date ⇒ Time
Date on which the identity was created.
555 556 557 558 559 560 561 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 555 class IdentityDescription < Struct.new( :identity_id, :logins, :creation_date, :last_modified_date) include Aws::Structure end |
#identity_id ⇒ String
A unique identifier in the format REGION:GUID.
555 556 557 558 559 560 561 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 555 class IdentityDescription < Struct.new( :identity_id, :logins, :creation_date, :last_modified_date) include Aws::Structure end |
#last_modified_date ⇒ Time
Date on which the identity was last modified.
555 556 557 558 559 560 561 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 555 class IdentityDescription < Struct.new( :identity_id, :logins, :creation_date, :last_modified_date) include Aws::Structure end |
#logins ⇒ Array<String>
A set of optional name-value pairs that map provider names to provider tokens.
555 556 557 558 559 560 561 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 555 class IdentityDescription < Struct.new( :identity_id, :logins, :creation_date, :last_modified_date) include Aws::Structure end |