Class: Aws::LambdaMicrovms::Types::ManagedMicrovmImageVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::ManagedMicrovmImageVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdamicrovms/types.rb
Overview
Contains version information for a managed MicroVM image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the version was created.
-
#image_arn ⇒ String
The ARN of the managed MicroVM image.
-
#image_version ⇒ String
The version of the managed MicroVM image.
-
#status ⇒ String
The lifecycle status of the managed MicroVM image version.
-
#updated_at ⇒ Time
The timestamp when the version was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the version was created.
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1312 class ManagedMicrovmImageVersion < Struct.new( :image_arn, :image_version, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#image_arn ⇒ String
The ARN of the managed MicroVM image.
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1312 class ManagedMicrovmImageVersion < Struct.new( :image_arn, :image_version, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#image_version ⇒ String
The version of the managed MicroVM image.
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1312 class ManagedMicrovmImageVersion < Struct.new( :image_arn, :image_version, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The lifecycle status of the managed MicroVM image version. Valid values: AVAILABLE (the version is available for use) or DEPRECATED (the version is deprecated; do not use it for new MicroVM images).
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1312 class ManagedMicrovmImageVersion < Struct.new( :image_arn, :image_version, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the version was last updated.
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1312 class ManagedMicrovmImageVersion < Struct.new( :image_arn, :image_version, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |