Class: Aws::CleanRooms::Types::WorkerComputeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::WorkerComputeConfiguration
- Defined in:
- gems/aws-sdk-cleanrooms/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.
7905 7906 7907 7908 7909 7910 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7905 class WorkerComputeConfiguration < Struct.new( :type, :number) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The worker compute configuration type.
7905 7906 7907 7908 7909 7910 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7905 class WorkerComputeConfiguration < Struct.new( :type, :number) SENSITIVE = [] include Aws::Structure end |