Class: Aws::Deadline::Types::MemoryMiBRange

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#maxInteger

The maximum amount of memory (in MiB).

Returns:

  • (Integer)


6314
6315
6316
6317
6318
6319
# File 'lib/aws-sdk-deadline/types.rb', line 6314

class MemoryMiBRange < Struct.new(
  :min,
  :max)
  SENSITIVE = []
  include Aws::Structure
end

#minInteger

The minimum amount of memory (in MiB).

Returns:

  • (Integer)


6314
6315
6316
6317
6318
6319
# File 'lib/aws-sdk-deadline/types.rb', line 6314

class MemoryMiBRange < Struct.new(
  :min,
  :max)
  SENSITIVE = []
  include Aws::Structure
end