Module: Aws::CognitoIdentity::Client::_DescribeIdentityResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::IdentityDescription]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_date ⇒ ::Time
- #identity_id ⇒ ::String
- #last_modified_date ⇒ ::Time
- #logins ⇒ ::Array[::String]
Instance Method Details
#creation_date ⇒ ::Time
135 |
# File 'sig/client.rbs', line 135
def creation_date: () -> ::Time
|
#identity_id ⇒ ::String
133 |
# File 'sig/client.rbs', line 133
def identity_id: () -> ::String
|
#last_modified_date ⇒ ::Time
136 |
# File 'sig/client.rbs', line 136
def last_modified_date: () -> ::Time
|
#logins ⇒ ::Array[::String]
134 |
# File 'sig/client.rbs', line 134
def logins: () -> ::Array[::String]
|