Class: Aws::LambdaMicrovms::Types::TerminateMicrovmRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::TerminateMicrovmRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdamicrovms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#microvm_identifier ⇒ String
The ID of the MicroVM to terminate.
Instance Attribute Details
#microvm_identifier ⇒ String
The ID of the MicroVM to terminate.
2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 2023 class TerminateMicrovmRequest < Struct.new( :microvm_identifier) SENSITIVE = [] include Aws::Structure end |