Class: Aws::LambdaMicrovms::Types::GetMicrovmImageVersionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::GetMicrovmImageVersionInput
- 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 retrieve.
Instance Attribute Details
#image_identifier ⇒ String
The unique identifier (ARN or ID) of the MicroVM image.
615 616 617 618 619 620 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 615 class GetMicrovmImageVersionInput < Struct.new( :image_identifier, :image_version) SENSITIVE = [] include Aws::Structure end |
#image_version ⇒ String
The version of the MicroVM image to retrieve.
615 616 617 618 619 620 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 615 class GetMicrovmImageVersionInput < Struct.new( :image_identifier, :image_version) SENSITIVE = [] include Aws::Structure end |