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

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 to delete.

Returns:

  • (String)


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

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