Class: Aws::Types::DescribeImageResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImageResponse
- 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.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4448 4449 4450 |
# File 'sig/types.rbs', line 4448 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
4449 4450 4451 |
# File 'sig/types.rbs', line 4449 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
4450 4451 4452 |
# File 'sig/types.rbs', line 4450 def display_name @display_name end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4451 4452 4453 |
# File 'sig/types.rbs', line 4451 def failure_reason @failure_reason end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
4452 4453 4454 |
# File 'sig/types.rbs', line 4452 def image_arn @image_arn end |
#image_name ⇒ ::String
Returns the value of attribute image_name.
4453 4454 4455 |
# File 'sig/types.rbs', line 4453 def image_name @image_name end |
#image_status ⇒ "CREATING", ...
Returns the value of attribute image_status.
4454 4455 4456 |
# File 'sig/types.rbs', line 4454 def image_status @image_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4455 4456 4457 |
# File 'sig/types.rbs', line 4455 def last_modified_time @last_modified_time end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4456 4457 4458 |
# File 'sig/types.rbs', line 4456 def role_arn @role_arn end |