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)


5280
5281
5282
5283
5284
5285
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5280

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

#typeString

The instance type of the compute workers that are used.

Returns:

  • (String)


5280
5281
5282
5283
5284
5285
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5280

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