Class: Aws::LambdaMicrovms::Types::GetMicrovmImageInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::GetMicrovmImageInput
- Defined in:
- gems/aws-sdk-lambdamicrovms/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 to retrieve.
Instance Attribute Details
#image_identifier ⇒ String
The unique identifier (ARN or ID) of the MicroVM image to retrieve.
550 551 552 553 554 |
# File 'gems/aws-sdk-lambdamicrovms/lib/aws-sdk-lambdamicrovms/types.rb', line 550 class GetMicrovmImageInput < Struct.new( :image_identifier) SENSITIVE = [] include Aws::Structure end |