Class: Aws::LambdaMicrovms::Types::UpdateMicrovmImageVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::UpdateMicrovmImageVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdamicrovms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_identifier ⇒ String
The unique identifier (ARN or ID) of the MicroVM image.
-
#image_version ⇒ String
The version of the MicroVM image to update.
-
#status ⇒ String
The new status to set for the MicroVM image version.
Instance Attribute Details
#image_identifier ⇒ String
The unique identifier (ARN or ID) of the MicroVM image.
2297 2298 2299 2300 2301 2302 2303 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 2297 class UpdateMicrovmImageVersionRequest < Struct.new( :image_identifier, :image_version, :status) SENSITIVE = [] include Aws::Structure end |
#image_version ⇒ String
The version of the MicroVM image to update.
2297 2298 2299 2300 2301 2302 2303 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 2297 class UpdateMicrovmImageVersionRequest < Struct.new( :image_identifier, :image_version, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The new status to set for the MicroVM image version.
2297 2298 2299 2300 2301 2302 2303 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 2297 class UpdateMicrovmImageVersionRequest < Struct.new( :image_identifier, :image_version, :status) SENSITIVE = [] include Aws::Structure end |