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.
-
#updated_at ⇒ Time
The timestamp when the version was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the version was created.
1293 1294 1295 1296 1297 1298 1299 1300 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1293 class ManagedMicrovmImageVersion < Struct.new( :image_arn, :image_version, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#image_arn ⇒ String
The ARN of the managed MicroVM image.
1293 1294 1295 1296 1297 1298 1299 1300 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1293 class ManagedMicrovmImageVersion < Struct.new( :image_arn, :image_version, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#image_version ⇒ String
The version of the managed MicroVM image.
1293 1294 1295 1296 1297 1298 1299 1300 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1293 class ManagedMicrovmImageVersion < Struct.new( :image_arn, :image_version, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the version was last updated.
1293 1294 1295 1296 1297 1298 1299 1300 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1293 class ManagedMicrovmImageVersion < Struct.new( :image_arn, :image_version, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |