Class: Aws::Types::CapacitySize

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type"INSTANCE_COUNT", "CAPACITY_PERCENT"

Returns the value of attribute type.

Returns:

  • ("INSTANCE_COUNT", "CAPACITY_PERCENT")


1044
1045
1046
# File 'sig/types.rbs', line 1044

def type
  @type
end

#value::Integer

Returns the value of attribute value.

Returns:

  • (::Integer)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def value
  @value
end