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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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)


8247
8248
8249
8250
8251
8252
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8247

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

#typeString

The worker compute configuration type.

Returns:

  • (String)


8247
8248
8249
8250
8251
8252
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8247

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