Class: Aws::LambdaMicrovms::Types::DeleteMicrovmImageVersionInput

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 unique identifier (ARN or ID) of the MicroVM image.

Returns:

  • (String)


435
436
437
438
439
440
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 435

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

#image_versionString

The version of the MicroVM image to delete.

Returns:

  • (String)


435
436
437
438
439
440
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 435

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