Class: Aws::LambdaMicrovms::Types::DeleteMicrovmImageOutput

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 deleted MicroVM image.

Returns:

  • (String)


418
419
420
421
422
423
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 418

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

#stateString

The current state of the MicroVM image after deletion.

Returns:

  • (String)


418
419
420
421
422
423
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 418

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