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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



984
985
986
987
988
989
# File 'lib/aws-sdk-emrserverless/types.rb', line 984

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)


984
985
986
987
988
989
# File 'lib/aws-sdk-emrserverless/types.rb', line 984

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