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)


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_arnString

The ARN of the managed MicroVM image.

Returns:

  • (String)


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_versionString

The version of the managed MicroVM image.

Returns:

  • (String)


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

#statusString

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).

Returns:

  • (String)


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_atTime

The timestamp when the version was last updated.

Returns:

  • (Time)


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