Class: Aws::Types::ImageVersion
- Inherits:
-
Object
- Object
- Aws::Types::ImageVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
-
#image_version_arn ⇒ ::String
Returns the value of attribute image_version_arn.
-
#image_version_status ⇒ "CREATING", ...
Returns the value of attribute image_version_status.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
6473 6474 6475 |
# File 'sig/types.rbs', line 6473 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
6474 6475 6476 |
# File 'sig/types.rbs', line 6474 def failure_reason @failure_reason end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
6475 6476 6477 |
# File 'sig/types.rbs', line 6475 def image_arn @image_arn end |
#image_version_arn ⇒ ::String
Returns the value of attribute image_version_arn.
6476 6477 6478 |
# File 'sig/types.rbs', line 6476 def image_version_arn @image_version_arn end |
#image_version_status ⇒ "CREATING", ...
Returns the value of attribute image_version_status.
6477 6478 6479 |
# File 'sig/types.rbs', line 6477 def image_version_status @image_version_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
6478 6479 6480 |
# File 'sig/types.rbs', line 6478 def last_modified_time @last_modified_time end |
#version ⇒ ::Integer
Returns the value of attribute version.
6479 6480 6481 |
# File 'sig/types.rbs', line 6479 def version @version end |