Class: Aws::LambdaMicrovms::Types::GetMicrovmRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::GetMicrovmRequest
- 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 retrieve.
Instance Attribute Details
#microvm_identifier ⇒ String
The ID of the MicroVM to retrieve.
739 740 741 742 743 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 739 class GetMicrovmRequest < Struct.new( :microvm_identifier) SENSITIVE = [] include Aws::Structure end |