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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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)


6115
6116
6117
6118
6119
6120
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6115

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

#minInteger

The minimum amount of memory (in MiB).

Returns:

  • (Integer)


6115
6116
6117
6118
6119
6120
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6115

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