Class: Aws::LambdaMicrovms::Types::CpuConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::CpuConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdamicrovms/types.rb
Overview
Configuration for the CPU architecture of a MicroVM.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#architecture ⇒ String
The CPU architecture.
Instance Attribute Details
#architecture ⇒ String
The CPU architecture.
101 102 103 104 105 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 101 class CpuConfiguration < Struct.new( :architecture) SENSITIVE = [] include Aws::Structure end |