Class: Aws::LambdaMicrovms::Types::DeleteMicrovmImageVersionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::DeleteMicrovmImageVersionOutput
- 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 MicroVM image.
-
#image_version ⇒ String
The version that was deleted.
-
#state ⇒ String
The current state of the MicroVM image version after deletion.
Instance Attribute Details
#image_identifier ⇒ String
The identifier of the MicroVM image.
456 457 458 459 460 461 462 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 456 class DeleteMicrovmImageVersionOutput < Struct.new( :image_identifier, :image_version, :state) SENSITIVE = [] include Aws::Structure end |
#image_version ⇒ String
The version that was deleted.
456 457 458 459 460 461 462 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 456 class DeleteMicrovmImageVersionOutput < Struct.new( :image_identifier, :image_version, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the MicroVM image version after deletion.
456 457 458 459 460 461 462 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 456 class DeleteMicrovmImageVersionOutput < Struct.new( :image_identifier, :image_version, :state) SENSITIVE = [] include Aws::Structure end |