Class: Aws::Types::InitialCapacityConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#worker_configuration ⇒ Types::WorkerResourceConfig

Returns the value of attribute worker_configuration.



259
260
261
# File 'sig/types.rbs', line 259

def worker_configuration
  @worker_configuration
end

#worker_count ⇒ ::Integer

Returns the value of attribute worker_count.

Returns:

  • (::Integer)


258
259
260
# File 'sig/types.rbs', line 258

def worker_count
  @worker_count
end