Class: Aws::CleanRooms::Types::WorkerComputeConfiguration

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

Overview

The configuration of the compute resources for workers running an analysis with the Clean Rooms SQL analytics engine.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#numberInteger

The number of workers.

Returns:

  • (Integer)


7778
7779
7780
7781
7782
7783
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7778

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

#typeString

The worker compute configuration type.

Returns:

  • (String)


7778
7779
7780
7781
7782
7783
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7778

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