Class: Aws::CleanRooms::Types::StartProtectedJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::StartProtectedJobInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compute_configuration ⇒ Types::ProtectedJobComputeConfiguration
The compute configuration for the protected job.
-
#job_parameters ⇒ Types::ProtectedJobParameters
The job parameters.
-
#membership_identifier ⇒ String
A unique identifier for the membership to run this job against.
-
#result_configuration ⇒ Types::ProtectedJobResultConfigurationInput
The details needed to write the job results.
-
#type ⇒ String
The type of protected job to start.
Instance Attribute Details
#compute_configuration ⇒ Types::ProtectedJobComputeConfiguration
The compute configuration for the protected job.
9128 9129 9130 9131 9132 9133 9134 9135 9136 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9128 class StartProtectedJobInput < Struct.new( :type, :membership_identifier, :job_parameters, :result_configuration, :compute_configuration) SENSITIVE = [] include Aws::Structure end |
#job_parameters ⇒ Types::ProtectedJobParameters
The job parameters.
9128 9129 9130 9131 9132 9133 9134 9135 9136 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9128 class StartProtectedJobInput < Struct.new( :type, :membership_identifier, :job_parameters, :result_configuration, :compute_configuration) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
A unique identifier for the membership to run this job against. Currently accepts a membership ID.
9128 9129 9130 9131 9132 9133 9134 9135 9136 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9128 class StartProtectedJobInput < Struct.new( :type, :membership_identifier, :job_parameters, :result_configuration, :compute_configuration) SENSITIVE = [] include Aws::Structure end |
#result_configuration ⇒ Types::ProtectedJobResultConfigurationInput
The details needed to write the job results.
9128 9129 9130 9131 9132 9133 9134 9135 9136 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9128 class StartProtectedJobInput < Struct.new( :type, :membership_identifier, :job_parameters, :result_configuration, :compute_configuration) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of protected job to start.
9128 9129 9130 9131 9132 9133 9134 9135 9136 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9128 class StartProtectedJobInput < Struct.new( :type, :membership_identifier, :job_parameters, :result_configuration, :compute_configuration) SENSITIVE = [] include Aws::Structure end |