Class: Aws::LambdaMicrovms::Types::GetMicrovmImageBuildInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::GetMicrovmImageBuildInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdamicrovms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#build_id ⇒ String
The unique identifier of the build to retrieve.
-
#image_identifier ⇒ String
The unique identifier (ARN or ID) of the MicroVM image.
-
#image_version ⇒ String
The version of the MicroVM image.
Instance Attribute Details
#build_id ⇒ String
The unique identifier of the build to retrieve.
478 479 480 481 482 483 484 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 478 class GetMicrovmImageBuildInput < Struct.new( :image_identifier, :image_version, :build_id) SENSITIVE = [] include Aws::Structure end |
#image_identifier ⇒ String
The unique identifier (ARN or ID) of the MicroVM image.
478 479 480 481 482 483 484 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 478 class GetMicrovmImageBuildInput < Struct.new( :image_identifier, :image_version, :build_id) SENSITIVE = [] include Aws::Structure end |
#image_version ⇒ String
The version of the MicroVM image.
478 479 480 481 482 483 484 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 478 class GetMicrovmImageBuildInput < Struct.new( :image_identifier, :image_version, :build_id) SENSITIVE = [] include Aws::Structure end |