Class: Aws::EMRServerless::Types::InitialCapacityConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::InitialCapacityConfig
- 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
-
#worker_configuration ⇒ Types::WorkerResourceConfig
The resource configuration of the initial capacity configuration.
-
#worker_count ⇒ Integer
The number of workers in the initial capacity configuration.
Instance Attribute Details
#worker_configuration ⇒ Types::WorkerResourceConfig
The resource configuration of the initial capacity configuration.
721 722 723 724 725 726 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 721 class InitialCapacityConfig < Struct.new( :worker_count, :worker_configuration) SENSITIVE = [] include Aws::Structure end |
#worker_count ⇒ Integer
The number of workers in the initial capacity configuration.
721 722 723 724 725 726 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 721 class InitialCapacityConfig < Struct.new( :worker_count, :worker_configuration) SENSITIVE = [] include Aws::Structure end |