Class: Aws::LambdaMicrovms::Types::ResumeMicrovmRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::ResumeMicrovmRequest
- 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 resume.
Instance Attribute Details
#microvm_identifier ⇒ String
The ID of the MicroVM to resume.
1737 1738 1739 1740 1741 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1737 class ResumeMicrovmRequest < Struct.new( :microvm_identifier) SENSITIVE = [] include Aws::Structure end |