Class: Aws::CleanRoomsML::Types::WorkerComputeConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb

Overview

Configuration information about the compute workers that perform the transform job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#numberInteger

The number of compute workers that are used.

Returns:

  • (Integer)


5753
5754
5755
5756
5757
5758
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5753

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

#typeString

The instance type of the compute workers that are used.

Returns:

  • (String)


5753
5754
5755
5756
5757
5758
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5753

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