Class: Aws::EMRServerless::Types::InitialCapacityConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb

Overview

The initial capacity configuration per worker.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#worker_configurationTypes::WorkerResourceConfig

The resource configuration of the initial capacity configuration.



683
684
685
686
687
688
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 683

class InitialCapacityConfig < Struct.new(
  :worker_count,
  :worker_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#worker_countInteger

The number of workers in the initial capacity configuration.

Returns:

  • (Integer)


683
684
685
686
687
688
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 683

class InitialCapacityConfig < Struct.new(
  :worker_count,
  :worker_configuration)
  SENSITIVE = []
  include Aws::Structure
end