Class: Aws::Types::InferenceComponentCapacitySize

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type"COPY_COUNT", "CAPACITY_PERCENT"

Returns the value of attribute type.

Returns:

  • ("COPY_COUNT", "CAPACITY_PERCENT")


6512
6513
6514
# File 'sig/types.rbs', line 6512

def type
  @type
end

#value::Integer

Returns the value of attribute value.

Returns:

  • (::Integer)


6513
6514
6515
# File 'sig/types.rbs', line 6513

def value
  @value
end