Class: Aws::LambdaMicrovms::Types::MicrovmImageSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::MicrovmImageSummary
- 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
-
#created_at ⇒ Time
The timestamp when the MicroVM image was created.
-
#image_arn ⇒ String
The ARN of the MicroVM image.
-
#latest_active_image_version ⇒ String
The latest active version of the MicroVM image.
-
#latest_failed_image_version ⇒ String
The latest failed version of the MicroVM image, if any.
-
#name ⇒ String
The name of the MicroVM image.
-
#state ⇒ String
The current state of the MicroVM image.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the MicroVM image was created.
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_arn ⇒ String
The ARN of the MicroVM image.
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_version ⇒ String
The latest active version of the MicroVM image.
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_version ⇒ String
The latest failed version of the MicroVM image, if any.
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 |
#name ⇒ String
The name of the MicroVM image.
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 |
#state ⇒ String
The current state of the MicroVM image.
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 |