Class: Aws::LambdaMicrovms::Types::GetMicrovmImageInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambdamicrovms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_identifierString

The unique identifier (ARN or ID) of the MicroVM image to retrieve.

Returns:

  • (String)


550
551
552
553
554
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 550

class GetMicrovmImageInput < Struct.new(
  :image_identifier)
  SENSITIVE = []
  include Aws::Structure
end