Class: Aws::Types::ProvisionedCapacityUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mcu_count::Integer

Returns the value of attribute mcu_count.

Returns:

  • (::Integer)


500
501
502
# File 'sig/types.rbs', line 500

def mcu_count
  @mcu_count
end

#worker_count::Integer

Returns the value of attribute worker_count.

Returns:

  • (::Integer)


501
502
503
# File 'sig/types.rbs', line 501

def worker_count
  @worker_count
end