Class: Aws::LambdaMicrovms::Types::SuspendMicrovmRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::SuspendMicrovmRequest
- 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 suspend.
Instance Attribute Details
#microvm_identifier ⇒ String
The ID of the MicroVM to suspend.
1970 1971 1972 1973 1974 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1970 class SuspendMicrovmRequest < Struct.new( :microvm_identifier) SENSITIVE = [] include Aws::Structure end |