Class: Aws::CleanRooms::Types::ProtectedJob

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

Overview

The parameters for an Clean Rooms protected job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_configurationTypes::ProtectedJobComputeConfiguration

The compute configuration for the protected job.



7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7951

class ProtectedJob < Struct.new(
  :id,
  :membership_id,
  :membership_arn,
  :create_time,
  :job_parameters,
  :status,
  :result_configuration,
  :statistics,
  :result,
  :error,
  :compute_configuration,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The creation time of the protected job.

Returns:

  • (Time)


7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7951

class ProtectedJob < Struct.new(
  :id,
  :membership_id,
  :membership_arn,
  :create_time,
  :job_parameters,
  :status,
  :result_configuration,
  :statistics,
  :result,
  :error,
  :compute_configuration,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#errorTypes::ProtectedJobError

The error from the protected job.



7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7951

class ProtectedJob < Struct.new(
  :id,
  :membership_id,
  :membership_arn,
  :create_time,
  :job_parameters,
  :status,
  :result_configuration,
  :statistics,
  :result,
  :error,
  :compute_configuration,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier for a protected job instance.

Returns:

  • (String)


7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7951

class ProtectedJob < Struct.new(
  :id,
  :membership_id,
  :membership_arn,
  :create_time,
  :job_parameters,
  :status,
  :result_configuration,
  :statistics,
  :result,
  :error,
  :compute_configuration,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_compute_payer_account_idString

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

Returns:

  • (String)


7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7951

class ProtectedJob < Struct.new(
  :id,
  :membership_id,
  :membership_arn,
  :create_time,
  :job_parameters,
  :status,
  :result_configuration,
  :statistics,
  :result,
  :error,
  :compute_configuration,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_parametersTypes::ProtectedJobParameters

The job parameters for the protected job.



7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7951

class ProtectedJob < Struct.new(
  :id,
  :membership_id,
  :membership_arn,
  :create_time,
  :job_parameters,
  :status,
  :result_configuration,
  :statistics,
  :result,
  :error,
  :compute_configuration,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#membership_arnString

The ARN of the membership.

Returns:

  • (String)


7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7951

class ProtectedJob < Struct.new(
  :id,
  :membership_id,
  :membership_arn,
  :create_time,
  :job_parameters,
  :status,
  :result_configuration,
  :statistics,
  :result,
  :error,
  :compute_configuration,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#membership_idString

he identifier for the membership.

Returns:

  • (String)


7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7951

class ProtectedJob < Struct.new(
  :id,
  :membership_id,
  :membership_arn,
  :create_time,
  :job_parameters,
  :status,
  :result_configuration,
  :statistics,
  :result,
  :error,
  :compute_configuration,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#resultTypes::ProtectedJobResult

The result of the protected job.



7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7951

class ProtectedJob < Struct.new(
  :id,
  :membership_id,
  :membership_arn,
  :create_time,
  :job_parameters,
  :status,
  :result_configuration,
  :statistics,
  :result,
  :error,
  :compute_configuration,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#result_configurationTypes::ProtectedJobResultConfigurationOutput

Contains any details needed to write the job results.



7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7951

class ProtectedJob < Struct.new(
  :id,
  :membership_id,
  :membership_arn,
  :create_time,
  :job_parameters,
  :status,
  :result_configuration,
  :statistics,
  :result,
  :error,
  :compute_configuration,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#statisticsTypes::ProtectedJobStatistics

The statistics of the protected job.



7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7951

class ProtectedJob < Struct.new(
  :id,
  :membership_id,
  :membership_arn,
  :create_time,
  :job_parameters,
  :status,
  :result_configuration,
  :statistics,
  :result,
  :error,
  :compute_configuration,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the protected job.

Returns:

  • (String)


7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7951

class ProtectedJob < Struct.new(
  :id,
  :membership_id,
  :membership_arn,
  :create_time,
  :job_parameters,
  :status,
  :result_configuration,
  :statistics,
  :result,
  :error,
  :compute_configuration,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end