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.
Constant Summary collapse
- SENSITIVE =
[]
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>
The provider names.
Instance Attribute Details
#creation_date ⇒ Time
Date on which the identity was created.
609 610 611 612 613 614 615 616 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 609 class IdentityDescription < Struct.new( :identity_id, :logins, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#identity_id ⇒ String
A unique identifier in the format REGION:GUID.
609 610 611 612 613 614 615 616 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 609 class IdentityDescription < Struct.new( :identity_id, :logins, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
Date on which the identity was last modified.
609 610 611 612 613 614 615 616 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 609 class IdentityDescription < Struct.new( :identity_id, :logins, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#logins ⇒ Array<String>
The provider names.
609 610 611 612 613 614 615 616 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 609 class IdentityDescription < Struct.new( :identity_id, :logins, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |