Class: Aws::Types::InferenceComponentCapacitySize

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#type"COPY_COUNT", "CAPACITY_PERCENT"

Returns the value of attribute type.



6567
6568
6569
# File 'sig/types.rbs', line 6567

def type
  @type
end

#value::Integer

Returns the value of attribute value.



6568
6569
6570
# File 'sig/types.rbs', line 6568

def value
  @value
end