Class: Aws::LambdaMicrovms::Types::ManagedMicrovmImageSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The timestamp when the managed MicroVM image was created.

Returns:

  • (Time)


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_arnString

The ARN of the managed MicroVM image.

Returns:

  • (String)


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_atTime

The timestamp when the managed MicroVM image was last updated.

Returns:

  • (Time)


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