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)


8960
8961
8962
8963
8964
8965
# File 'lib/aws-sdk-deadline/types.rb', line 8960

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

#minInteger

The minimum amount of memory (in MiB).

Returns:

  • (Integer)


8960
8961
8962
8963
8964
8965
# File 'lib/aws-sdk-deadline/types.rb', line 8960

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