Class: Aws::LambdaMicrovms::Types::ManagedMicrovmImageVersion

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

Instance Attribute Details

#created_atTime

The timestamp when the version was created.

Returns:

  • (Time)


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_arnString

The ARN of the managed MicroVM image.

Returns:

  • (String)


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_versionString

The version of the managed MicroVM image.

Returns:

  • (String)


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_atTime

The timestamp when the version was last updated.

Returns:

  • (Time)


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