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)


7905
7906
7907
7908
7909
7910
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7905

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

#typeString

The worker compute configuration type.

Returns:

  • (String)


7905
7906
7907
7908
7909
7910
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7905

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