Class: Aws::Types::InstanceSummary
- Inherits:
-
Object
- Object
- Aws::Types::InstanceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance ⇒ Types::Instance
Returns the value of attribute instance.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
Instance Attribute Details
#instance ⇒ Types::Instance
Returns the value of attribute instance.
189 190 191 |
# File 'sig/types.rbs', line 189 def instance @instance end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
190 191 192 |
# File 'sig/types.rbs', line 190 def last_updated_at @last_updated_at end |