Class: Aws::CleanRoomsML::Types::WorkerComputeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::WorkerComputeConfiguration
- 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
-
#number ⇒ Integer
The number of compute workers that are used.
-
#type ⇒ String
The instance type of the compute workers that are used.
Instance Attribute Details
#number ⇒ Integer
The number of compute workers that are used.
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 |
#type ⇒ String
The instance type of the compute workers that are used.
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 |