Class: Aws::Types::MicrovmItem
- Inherits:
-
Object
- Object
- Aws::Types::MicrovmItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
-
#image_version ⇒ ::String
Returns the value of attribute image_version.
-
#microvm_id ⇒ ::String
Returns the value of attribute microvm_id.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
Instance Attribute Details
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
452 453 454 |
# File 'sig/types.rbs', line 452 def image_arn @image_arn end |
#image_version ⇒ ::String
Returns the value of attribute image_version.
453 454 455 |
# File 'sig/types.rbs', line 453 def image_version @image_version end |
#microvm_id ⇒ ::String
Returns the value of attribute microvm_id.
450 451 452 |
# File 'sig/types.rbs', line 450 def microvm_id @microvm_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
454 455 456 |
# File 'sig/types.rbs', line 454 def started_at @started_at end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
451 452 453 |
# File 'sig/types.rbs', line 451 def state @state end |