Class: Aws::CleanRooms::Types::StartProtectedJobInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_configurationTypes::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_parametersTypes::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_identifierString

A unique identifier for the membership to run this job against. Currently accepts a membership ID.

Returns:

  • (String)


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_configurationTypes::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

#typeString

The type of protected job to start.

Returns:

  • (String)


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