Class: Aws::Types::Image
- Inherits:
-
Object
- Object
- Aws::Types::Image
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
-
#image_name ⇒ ::String
Returns the value of attribute image_name.
-
#image_status ⇒ "CREATING", ...
Returns the value of attribute image_status.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
6450 6451 6452 |
# File 'sig/types.rbs', line 6450 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
6451 6452 6453 |
# File 'sig/types.rbs', line 6451 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
6452 6453 6454 |
# File 'sig/types.rbs', line 6452 def display_name @display_name end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
6453 6454 6455 |
# File 'sig/types.rbs', line 6453 def failure_reason @failure_reason end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
6454 6455 6456 |
# File 'sig/types.rbs', line 6454 def image_arn @image_arn end |
#image_name ⇒ ::String
Returns the value of attribute image_name.
6455 6456 6457 |
# File 'sig/types.rbs', line 6455 def image_name @image_name end |
#image_status ⇒ "CREATING", ...
Returns the value of attribute image_status.
6456 6457 6458 |
# File 'sig/types.rbs', line 6456 def image_status @image_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
6457 6458 6459 |
# File 'sig/types.rbs', line 6457 def last_modified_time @last_modified_time end |