Class: Aws::Deadline::Types::MemoryMiBRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::MemoryMiBRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The range of memory in MiB.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max ⇒ Integer
The maximum amount of memory (in MiB).
-
#min ⇒ Integer
The minimum amount of memory (in MiB).
Instance Attribute Details
#max ⇒ Integer
The maximum amount of memory (in MiB).
6363 6364 6365 6366 6367 6368 |
# File 'lib/aws-sdk-deadline/types.rb', line 6363 class MemoryMiBRange < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Integer
The minimum amount of memory (in MiB).
6363 6364 6365 6366 6367 6368 |
# File 'lib/aws-sdk-deadline/types.rb', line 6363 class MemoryMiBRange < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |