Class: Aws::LambdaMicrovms::Types::MicrovmItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#image_arnString

The ARN of the MicroVM image used to run this MicroVM.

Returns:

  • (String)


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_versionString

The version of the MicroVM image used to run this MicroVM.

Returns:

  • (String)


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_idString

The unique identifier of the MicroVM.

Returns:

  • (String)


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_atTime

The timestamp when the MicroVM started.

Returns:

  • (Time)


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

#stateString

The current lifecycle state of the MicroVM.

Returns:

  • (String)


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