Class: Aws::LambdaMicrovms::Types::MicrovmItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::MicrovmItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdamicrovms/types.rb
Overview
Contains summary information about a MicroVM instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_arn ⇒ String
The ARN of the MicroVM image used to run this MicroVM.
-
#image_version ⇒ String
The version of the MicroVM image used to run this MicroVM.
-
#microvm_id ⇒ String
The unique identifier of the MicroVM.
-
#started_at ⇒ Time
The timestamp when the MicroVM started.
-
#state ⇒ String
The current lifecycle state of the MicroVM.
Instance Attribute Details
#image_arn ⇒ String
The ARN of the MicroVM image used to run this MicroVM.
1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1613 class MicrovmItem < Struct.new( :microvm_id, :state, :image_arn, :image_version, :started_at) SENSITIVE = [] include Aws::Structure end |
#image_version ⇒ String
The version of the MicroVM image used to run this MicroVM.
1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1613 class MicrovmItem < Struct.new( :microvm_id, :state, :image_arn, :image_version, :started_at) SENSITIVE = [] include Aws::Structure end |
#microvm_id ⇒ String
The unique identifier of the MicroVM.
1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1613 class MicrovmItem < Struct.new( :microvm_id, :state, :image_arn, :image_version, :started_at) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The timestamp when the MicroVM started.
1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1613 class MicrovmItem < Struct.new( :microvm_id, :state, :image_arn, :image_version, :started_at) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current lifecycle state of the MicroVM.
1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1613 class MicrovmItem < Struct.new( :microvm_id, :state, :image_arn, :image_version, :started_at) SENSITIVE = [] include Aws::Structure end |