Class: Aws::LambdaMicrovms::Types::ManagedMicrovmImageSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::ManagedMicrovmImageSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdamicrovms/types.rb
Overview
Contains summary information about a managed MicroVM image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the managed MicroVM image was created.
-
#image_arn ⇒ String
The ARN of the managed MicroVM image.
-
#updated_at ⇒ Time
The timestamp when the managed MicroVM image was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the managed MicroVM image was created.
1265 1266 1267 1268 1269 1270 1271 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1265 class ManagedMicrovmImageSummary < Struct.new( :image_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#image_arn ⇒ String
The ARN of the managed MicroVM image.
1265 1266 1267 1268 1269 1270 1271 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1265 class ManagedMicrovmImageSummary < Struct.new( :image_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the managed MicroVM image was last updated.
1265 1266 1267 1268 1269 1270 1271 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1265 class ManagedMicrovmImageSummary < Struct.new( :image_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |