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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_configuration ⇒ Types::ProtectedJobComputeConfiguration

The compute configuration for the protected job.



11245
11246
11247
11248
11249
11250
11251
11252
11253
11254
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 11245

class StartProtectedJobInput < Struct.new(
  :type,
  :membership_identifier,
  :job_parameters,
  :result_configuration,
  :compute_configuration,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_compute_payer_account_id ⇒ String

The account ID of the member that pays for the job compute costs.

Returns:

  • (String)


11245
11246
11247
11248
11249
11250
11251
11252
11253
11254
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 11245

class StartProtectedJobInput < Struct.new(
  :type,
  :membership_identifier,
  :job_parameters,
  :result_configuration,
  :compute_configuration,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_parameters ⇒ Types::ProtectedJobParameters

The job parameters.



11245
11246
11247
11248
11249
11250
11251
11252
11253
11254
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 11245

class StartProtectedJobInput < Struct.new(
  :type,
  :membership_identifier,
  :job_parameters,
  :result_configuration,
  :compute_configuration,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifier ⇒ String

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

Returns:

  • (String)


11245
11246
11247
11248
11249
11250
11251
11252
11253
11254
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 11245

class StartProtectedJobInput < Struct.new(
  :type,
  :membership_identifier,
  :job_parameters,
  :result_configuration,
  :compute_configuration,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#result_configuration ⇒ Types::ProtectedJobResultConfigurationInput

The details needed to write the job results.



11245
11246
11247
11248
11249
11250
11251
11252
11253
11254
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 11245

class StartProtectedJobInput < Struct.new(
  :type,
  :membership_identifier,
  :job_parameters,
  :result_configuration,
  :compute_configuration,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#type ⇒ String

The type of protected job to start.

Returns:

  • (String)


11245
11246
11247
11248
11249
11250
11251
11252
11253
11254
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 11245

class StartProtectedJobInput < Struct.new(
  :type,
  :membership_identifier,
  :job_parameters,
  :result_configuration,
  :compute_configuration,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end