Class: Aws::CleanRooms::Types::ProtectedJobWorkerComputeConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

The configuration of the compute resources for a PySpark job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#numberInteger

The number of workers for a PySpark job.

Returns:

  • (Integer)


8352
8353
8354
8355
8356
8357
# File 'lib/aws-sdk-cleanrooms/types.rb', line 8352

class ProtectedJobWorkerComputeConfiguration < Struct.new(
  :type,
  :number)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The worker compute configuration type.

Returns:

  • (String)


8352
8353
8354
8355
8356
8357
# File 'lib/aws-sdk-cleanrooms/types.rb', line 8352

class ProtectedJobWorkerComputeConfiguration < Struct.new(
  :type,
  :number)
  SENSITIVE = []
  include Aws::Structure
end