Class: Aws::CleanRoomsML::Types::WorkerComputeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::WorkerComputeConfiguration
- Includes:
- Structure
- Defined in:
- 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.
5861 5862 5863 5864 5865 5866 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5861 class WorkerComputeConfiguration < Struct.new( :type, :number) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The instance type of the compute workers that are used.
5861 5862 5863 5864 5865 5866 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5861 class WorkerComputeConfiguration < Struct.new( :type, :number) SENSITIVE = [] include Aws::Structure end |