Class: Aws::Deadline::Types::AcceleratorTotalMemoryMiBRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::AcceleratorTotalMemoryMiBRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The range for memory, in MiB, to use for the accelerator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max ⇒ Integer
The maximum amount of memory to use for the accelerator, measured in MiB.
-
#min ⇒ Integer
The minimum amount of memory to use for the accelerator, measured in MiB.
Instance Attribute Details
#max ⇒ Integer
The maximum amount of memory to use for the accelerator, measured in MiB.
95 96 97 98 99 100 |
# File 'lib/aws-sdk-deadline/types.rb', line 95 class AcceleratorTotalMemoryMiBRange < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Integer
The minimum amount of memory to use for the accelerator, measured in MiB.
95 96 97 98 99 100 |
# File 'lib/aws-sdk-deadline/types.rb', line 95 class AcceleratorTotalMemoryMiBRange < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |