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.
1911 1912 1913 1914 1915 1916 1917 1918 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1911 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.
1911 1912 1913 1914 1915 1916 1917 1918 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1911 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`.
1911 1912 1913 1914 1915 1916 1917 1918 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1911 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.
1911 1912 1913 1914 1915 1916 1917 1918 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1911 class WorkerResourceConfig < Struct.new( :cpu, :memory, :disk, :disk_type) SENSITIVE = [] include Aws::Structure end |