Class: Aws::CleanRooms::Types::WorkerComputeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::WorkerComputeConfiguration
- 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
-
#number ⇒ Integer
The number of workers.
-
#type ⇒ String
The worker compute configuration type.
Instance Attribute Details
#number ⇒ Integer
The number of workers.
7778 7779 7780 7781 7782 7783 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7778 class WorkerComputeConfiguration < Struct.new( :type, :number) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The worker compute configuration type.
7778 7779 7780 7781 7782 7783 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7778 class WorkerComputeConfiguration < Struct.new( :type, :number) SENSITIVE = [] include Aws::Structure end |