Class: Aws::CleanRooms::Types::ProtectedJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedJobSummary
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
The protected job summary for the objects listed by the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_time ⇒ Time
The time the protected job was created.
-
#id ⇒ String
The ID of the protected job.
-
#job_compute_payer_account_id ⇒ String
The account ID of the member that pays for the job compute costs.
-
#membership_arn ⇒ String
The unique ARN for the membership that initiated the protected job.
-
#membership_id ⇒ String
The unique ID for the membership that initiated the protected job.
-
#receiver_configurations ⇒ Array<Types::ProtectedJobReceiverConfiguration>
The receiver configurations for the protected job.
-
#status ⇒ String
The status of the protected job.
Instance Attribute Details
#create_time ⇒ Time
The time the protected job was created.
9704 9705 9706 9707 9708 9709 9710 9711 9712 9713 9714 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9704 class ProtectedJobSummary < Struct.new( :id, :membership_id, :membership_arn, :create_time, :status, :receiver_configurations, :job_compute_payer_account_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the protected job.
9704 9705 9706 9707 9708 9709 9710 9711 9712 9713 9714 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9704 class ProtectedJobSummary < Struct.new( :id, :membership_id, :membership_arn, :create_time, :status, :receiver_configurations, :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.
9704 9705 9706 9707 9708 9709 9710 9711 9712 9713 9714 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9704 class ProtectedJobSummary < Struct.new( :id, :membership_id, :membership_arn, :create_time, :status, :receiver_configurations, :job_compute_payer_account_id) SENSITIVE = [] include Aws::Structure end |
#membership_arn ⇒ String
The unique ARN for the membership that initiated the protected job.
9704 9705 9706 9707 9708 9709 9710 9711 9712 9713 9714 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9704 class ProtectedJobSummary < Struct.new( :id, :membership_id, :membership_arn, :create_time, :status, :receiver_configurations, :job_compute_payer_account_id) SENSITIVE = [] include Aws::Structure end |
#membership_id ⇒ String
The unique ID for the membership that initiated the protected job.
9704 9705 9706 9707 9708 9709 9710 9711 9712 9713 9714 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9704 class ProtectedJobSummary < Struct.new( :id, :membership_id, :membership_arn, :create_time, :status, :receiver_configurations, :job_compute_payer_account_id) SENSITIVE = [] include Aws::Structure end |
#receiver_configurations ⇒ Array<Types::ProtectedJobReceiverConfiguration>
The receiver configurations for the protected job.
9704 9705 9706 9707 9708 9709 9710 9711 9712 9713 9714 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9704 class ProtectedJobSummary < Struct.new( :id, :membership_id, :membership_arn, :create_time, :status, :receiver_configurations, :job_compute_payer_account_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the protected job.
9704 9705 9706 9707 9708 9709 9710 9711 9712 9713 9714 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9704 class ProtectedJobSummary < Struct.new( :id, :membership_id, :membership_arn, :create_time, :status, :receiver_configurations, :job_compute_payer_account_id) SENSITIVE = [] include Aws::Structure end |