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.
2003 2004 2005 2006 2007 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 2003 class TerminateMicrovmRequest < Struct.new( :microvm_identifier) SENSITIVE = [] include Aws::Structure end |