Class: Aws::Types::IdentityDescription
- Inherits:
-
Object
- Object
- Aws::Types::IdentityDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#logins ⇒ ::Array[::String]
Returns the value of attribute logins.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
160 161 162 |
# File 'sig/types.rbs', line 160 def creation_date @creation_date end |
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
158 159 160 |
# File 'sig/types.rbs', line 158 def identity_id @identity_id end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
161 162 163 |
# File 'sig/types.rbs', line 161 def last_modified_date @last_modified_date end |
#logins ⇒ ::Array[::String]
Returns the value of attribute logins.
159 160 161 |
# File 'sig/types.rbs', line 159 def logins @logins end |