Class: Aws::Types::EntityDetails
- Inherits:
-
Object
- Object
- Aws::Types::EntityDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_info ⇒ Types::EntityInfo
Returns the value of attribute entity_info.
-
#last_authenticated ⇒ ::Time
Returns the value of attribute last_authenticated.
Instance Attribute Details
#entity_info ⇒ Types::EntityInfo
Returns the value of attribute entity_info.
584 585 586 |
# File 'sig/types.rbs', line 584 def entity_info @entity_info end |
#last_authenticated ⇒ ::Time
Returns the value of attribute last_authenticated.
585 586 587 |
# File 'sig/types.rbs', line 585 def last_authenticated @last_authenticated end |