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.
2064 2065 2066 2067 2068 2069 2070 2071 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 2064 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.
2064 2065 2066 2067 2068 2069 2070 2071 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 2064 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.
2064 2065 2066 2067 2068 2069 2070 2071 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 2064 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.
2064 2065 2066 2067 2068 2069 2070 2071 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 2064 class WorkerResourceConfig < Struct.new( :cpu, :memory, :disk, :disk_type) SENSITIVE = [] include Aws::Structure end |