Class: Aws::LambdaMicrovms::Types::MicrovmImageSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambdamicrovms/types.rb

Overview

Contains summary information about a MicroVM image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the MicroVM image was created.

Returns:

  • (Time)


1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1465

class MicrovmImageSummary < Struct.new(
  :image_arn,
  :name,
  :state,
  :latest_active_image_version,
  :latest_failed_image_version,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#image_arnString

The ARN of the MicroVM image.

Returns:

  • (String)


1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1465

class MicrovmImageSummary < Struct.new(
  :image_arn,
  :name,
  :state,
  :latest_active_image_version,
  :latest_failed_image_version,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#latest_active_image_versionString

The latest active version of the MicroVM image.

Returns:

  • (String)


1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1465

class MicrovmImageSummary < Struct.new(
  :image_arn,
  :name,
  :state,
  :latest_active_image_version,
  :latest_failed_image_version,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#latest_failed_image_versionString

The latest failed version of the MicroVM image, if any.

Returns:

  • (String)


1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1465

class MicrovmImageSummary < Struct.new(
  :image_arn,
  :name,
  :state,
  :latest_active_image_version,
  :latest_failed_image_version,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the MicroVM image.

Returns:

  • (String)


1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1465

class MicrovmImageSummary < Struct.new(
  :image_arn,
  :name,
  :state,
  :latest_active_image_version,
  :latest_failed_image_version,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the MicroVM image.

Returns:

  • (String)


1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1465

class MicrovmImageSummary < Struct.new(
  :image_arn,
  :name,
  :state,
  :latest_active_image_version,
  :latest_failed_image_version,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end