Class: Aws::LambdaMicrovms::Types::DeleteMicrovmImageInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambdamicrovms/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 to delete.

Returns:

  • (String)


402
403
404
405
406
# File 'gems/aws-sdk-lambdamicrovms/lib/aws-sdk-lambdamicrovms/types.rb', line 402

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