Class: Aws::EMRServerless::Types::WorkerResourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::WorkerResourceConfig
- Includes:
- Structure
- Defined in:
- 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.
2035 2036 2037 2038 2039 2040 2041 2042 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 2035 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.
2035 2036 2037 2038 2039 2040 2041 2042 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 2035 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`.
2035 2036 2037 2038 2039 2040 2041 2042 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 2035 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.
2035 2036 2037 2038 2039 2040 2041 2042 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 2035 class WorkerResourceConfig < Struct.new( :cpu, :memory, :disk, :disk_type) SENSITIVE = [] include Aws::Structure end |