Class: Aws::EMRServerless::Types::WorkerResourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::WorkerResourceConfig
- Defined in:
- gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb
Overview
The cumulative configuration requirements for every worker instance of the worker type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cpu ⇒ String
The CPU requirements for every worker instance of the worker type.
-
#disk ⇒ String
The disk requirements for every worker instance of the worker type.
-
#disk_type ⇒ String
The disk type for every worker instance of the work type.
-
#memory ⇒ String
The memory requirements for every worker instance of the worker type.
Instance Attribute Details
#cpu ⇒ String
The CPU requirements for every worker instance of the worker type.
2635 2636 2637 2638 2639 2640 2641 2642 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 2635 class WorkerResourceConfig < Struct.new( :cpu, :memory, :disk, :disk_type) SENSITIVE = [] include Aws::Structure end |
#disk ⇒ String
The disk requirements for every worker instance of the worker type.
2635 2636 2637 2638 2639 2640 2641 2642 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 2635 class WorkerResourceConfig < Struct.new( :cpu, :memory, :disk, :disk_type) SENSITIVE = [] include Aws::Structure end |
#disk_type ⇒ String
The disk type for every worker instance of the work type. Shuffle
optimized disks have higher performance characteristics and are
better for shuffle heavy workloads. Default is STANDARD.
2635 2636 2637 2638 2639 2640 2641 2642 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 2635 class WorkerResourceConfig < Struct.new( :cpu, :memory, :disk, :disk_type) SENSITIVE = [] include Aws::Structure end |
#memory ⇒ String
The memory requirements for every worker instance of the worker type.
2635 2636 2637 2638 2639 2640 2641 2642 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 2635 class WorkerResourceConfig < Struct.new( :cpu, :memory, :disk, :disk_type) SENSITIVE = [] include Aws::Structure end |