Class: Aws::ComputeOptimizer::Types::GpuInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::GpuInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes the GPU accelerator settings for the instance type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gpus ⇒ Array<Types::Gpu>
Describes the GPU accelerators for the instance type.
Instance Attribute Details
#gpus ⇒ Array<Types::Gpu>
Describes the GPU accelerators for the instance type.
3639 3640 3641 3642 3643 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3639 class GpuInfo < Struct.new( :gpus) SENSITIVE = [] include Aws::Structure end |