Class: Aws::Types::GetMicrovmImageOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetMicrovmImageOutput
- 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.
-
#latest_active_image_version ⇒ ::String
Returns the value of attribute latest_active_image_version.
-
#latest_failed_image_version ⇒ ::String
Returns the value of attribute latest_failed_image_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
168 169 170 |
# File 'sig/types.rbs', line 168 def created_at @created_at end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
163 164 165 |
# File 'sig/types.rbs', line 163 def image_arn @image_arn end |
#latest_active_image_version ⇒ ::String
Returns the value of attribute latest_active_image_version.
166 167 168 |
# File 'sig/types.rbs', line 166 def latest_active_image_version @latest_active_image_version end |
#latest_failed_image_version ⇒ ::String
Returns the value of attribute latest_failed_image_version.
167 168 169 |
# File 'sig/types.rbs', line 167 def latest_failed_image_version @latest_failed_image_version end |
#name ⇒ ::String
Returns the value of attribute name.
164 165 166 |
# File 'sig/types.rbs', line 164 def name @name end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
165 166 167 |
# File 'sig/types.rbs', line 165 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
169 170 171 |
# File 'sig/types.rbs', line 169 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
170 171 172 |
# File 'sig/types.rbs', line 170 def updated_at @updated_at end |