Class: Aws::CleanRooms::Types::ProtectedJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedJob
- 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
-
#compute_configuration ⇒ Types::ProtectedJobComputeConfiguration
The compute configuration for the protected job.
-
#create_time ⇒ Time
The creation time of the protected job.
-
#error ⇒ Types::ProtectedJobError
The error from the protected job.
-
#id ⇒ String
The identifier for a protected job instance.
-
#job_parameters ⇒ Types::ProtectedJobParameters
The job parameters for the protected job.
-
#membership_arn ⇒ String
The ARN of the membership.
-
#membership_id ⇒ String
he identifier for the membership.
-
#result ⇒ Types::ProtectedJobResult
The result of the protected job.
-
#result_configuration ⇒ Types::ProtectedJobResultConfigurationOutput
Contains any details needed to write the job results.
-
#statistics ⇒ Types::ProtectedJobStatistics
The statistics of the protected job.
-
#status ⇒ String
The status of the protected job.
Instance Attribute Details
#compute_configuration ⇒ Types::ProtectedJobComputeConfiguration
The compute configuration for the protected job.
7835 7836 7837 7838 7839 7840 7841 7842 7843 7844 7845 7846 7847 7848 7849 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7835 class ProtectedJob < Struct.new( :id, :membership_id, :membership_arn, :create_time, :job_parameters, :status, :result_configuration, :statistics, :result, :error, :compute_configuration) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The creation time of the protected job.
7835 7836 7837 7838 7839 7840 7841 7842 7843 7844 7845 7846 7847 7848 7849 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7835 class ProtectedJob < Struct.new( :id, :membership_id, :membership_arn, :create_time, :job_parameters, :status, :result_configuration, :statistics, :result, :error, :compute_configuration) SENSITIVE = [] include Aws::Structure end |
#error ⇒ Types::ProtectedJobError
The error from the protected job.
7835 7836 7837 7838 7839 7840 7841 7842 7843 7844 7845 7846 7847 7848 7849 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7835 class ProtectedJob < Struct.new( :id, :membership_id, :membership_arn, :create_time, :job_parameters, :status, :result_configuration, :statistics, :result, :error, :compute_configuration) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier for a protected job instance.
7835 7836 7837 7838 7839 7840 7841 7842 7843 7844 7845 7846 7847 7848 7849 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7835 class ProtectedJob < Struct.new( :id, :membership_id, :membership_arn, :create_time, :job_parameters, :status, :result_configuration, :statistics, :result, :error, :compute_configuration) SENSITIVE = [] include Aws::Structure end |
#job_parameters ⇒ Types::ProtectedJobParameters
The job parameters for the protected job.
7835 7836 7837 7838 7839 7840 7841 7842 7843 7844 7845 7846 7847 7848 7849 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7835 class ProtectedJob < Struct.new( :id, :membership_id, :membership_arn, :create_time, :job_parameters, :status, :result_configuration, :statistics, :result, :error, :compute_configuration) SENSITIVE = [] include Aws::Structure end |
#membership_arn ⇒ String
The ARN of the membership.
7835 7836 7837 7838 7839 7840 7841 7842 7843 7844 7845 7846 7847 7848 7849 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7835 class ProtectedJob < Struct.new( :id, :membership_id, :membership_arn, :create_time, :job_parameters, :status, :result_configuration, :statistics, :result, :error, :compute_configuration) SENSITIVE = [] include Aws::Structure end |
#membership_id ⇒ String
he identifier for the membership.
7835 7836 7837 7838 7839 7840 7841 7842 7843 7844 7845 7846 7847 7848 7849 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7835 class ProtectedJob < Struct.new( :id, :membership_id, :membership_arn, :create_time, :job_parameters, :status, :result_configuration, :statistics, :result, :error, :compute_configuration) SENSITIVE = [] include Aws::Structure end |
#result ⇒ Types::ProtectedJobResult
The result of the protected job.
7835 7836 7837 7838 7839 7840 7841 7842 7843 7844 7845 7846 7847 7848 7849 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7835 class ProtectedJob < Struct.new( :id, :membership_id, :membership_arn, :create_time, :job_parameters, :status, :result_configuration, :statistics, :result, :error, :compute_configuration) SENSITIVE = [] include Aws::Structure end |
#result_configuration ⇒ Types::ProtectedJobResultConfigurationOutput
Contains any details needed to write the job results.
7835 7836 7837 7838 7839 7840 7841 7842 7843 7844 7845 7846 7847 7848 7849 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7835 class ProtectedJob < Struct.new( :id, :membership_id, :membership_arn, :create_time, :job_parameters, :status, :result_configuration, :statistics, :result, :error, :compute_configuration) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Types::ProtectedJobStatistics
The statistics of the protected job.
7835 7836 7837 7838 7839 7840 7841 7842 7843 7844 7845 7846 7847 7848 7849 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7835 class ProtectedJob < Struct.new( :id, :membership_id, :membership_arn, :create_time, :job_parameters, :status, :result_configuration, :statistics, :result, :error, :compute_configuration) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the protected job.
7835 7836 7837 7838 7839 7840 7841 7842 7843 7844 7845 7846 7847 7848 7849 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7835 class ProtectedJob < Struct.new( :id, :membership_id, :membership_arn, :create_time, :job_parameters, :status, :result_configuration, :statistics, :result, :error, :compute_configuration) SENSITIVE = [] include Aws::Structure end |