Class: Aws::Types::ECPUPerSecond

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#maximum::Integer

Returns the value of attribute maximum.

Returns:

  • (::Integer)


930
931
932
# File 'sig/types.rbs', line 930

def maximum
  @maximum
end

#minimum::Integer

Returns the value of attribute minimum.

Returns:

  • (::Integer)


931
932
933
# File 'sig/types.rbs', line 931

def minimum
  @minimum
end