Class: Aws::Types::ManagedMicrovmImageSummary
- Inherits:
-
Object
- Object
- Aws::Types::ManagedMicrovmImageSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
368 369 370 |
# File 'sig/types.rbs', line 368 def created_at @created_at end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
367 368 369 |
# File 'sig/types.rbs', line 367 def image_arn @image_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
369 370 371 |
# File 'sig/types.rbs', line 369 def updated_at @updated_at end |