Class: Aws::LambdaMicrovms::Types::DeleteMicrovmImageOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::DeleteMicrovmImageOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdamicrovms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_identifier ⇒ String
The identifier of the deleted MicroVM image.
-
#state ⇒ String
The current state of the MicroVM image after deletion.
Instance Attribute Details
#image_identifier ⇒ String
The identifier of the deleted MicroVM image.
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 |
#state ⇒ String
The current state of the MicroVM image after deletion.
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 |