Class: Aws::LambdaMicrovms::Types::DeleteMicrovmImageVersionOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambdamicrovms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_identifierString

The identifier of the MicroVM image.

Returns:

  • (String)


456
457
458
459
460
461
462
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 456

class DeleteMicrovmImageVersionOutput < Struct.new(
  :image_identifier,
  :image_version,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#image_versionString

The version that was deleted.

Returns:

  • (String)


456
457
458
459
460
461
462
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 456

class DeleteMicrovmImageVersionOutput < Struct.new(
  :image_identifier,
  :image_version,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the MicroVM image version after deletion.

Returns:

  • (String)


456
457
458
459
460
461
462
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 456

class DeleteMicrovmImageVersionOutput < Struct.new(
  :image_identifier,
  :image_version,
  :state)
  SENSITIVE = []
  include Aws::Structure
end