Class: Aws::Types::ProvisionedCapacity

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)


488
489
490
# File 'sig/types.rbs', line 488

def mcu_count
  @mcu_count
end

#worker_count::Integer

Returns the value of attribute worker_count.

Returns:

  • (::Integer)


489
490
491
# File 'sig/types.rbs', line 489

def worker_count
  @worker_count
end