Class: Aws::Types::CapacitySizeConfig

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_PERCENTAGE"

Returns the value of attribute type.

Returns:

  • ("INSTANCE_COUNT", "CAPACITY_PERCENTAGE")


1065
1066
1067
# File 'sig/types.rbs', line 1065

def type
  @type
end

#value::Integer

Returns the value of attribute value.

Returns:

  • (::Integer)


1066
1067
1068
# File 'sig/types.rbs', line 1066

def value
  @value
end