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.
3827 3828 3829 3830 3831 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3827 class GpuInfo < Struct.new( :gpus) SENSITIVE = [] include Aws::Structure end |