Class: Aws::CleanRooms::Types::UpdateProtectedJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateProtectedJobInput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#membership_identifier ⇒ String
The identifier for a member of a protected job instance.
-
#protected_job_identifier ⇒ String
The identifier of the protected job to update.
-
#target_status ⇒ String
The target status of a protected job.
Instance Attribute Details
#membership_identifier ⇒ String
The identifier for a member of a protected job instance.
9136 9137 9138 9139 9140 9141 9142 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9136 class UpdateProtectedJobInput < Struct.new( :membership_identifier, :protected_job_identifier, :target_status) SENSITIVE = [] include Aws::Structure end |
#protected_job_identifier ⇒ String
The identifier of the protected job to update.
9136 9137 9138 9139 9140 9141 9142 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9136 class UpdateProtectedJobInput < Struct.new( :membership_identifier, :protected_job_identifier, :target_status) SENSITIVE = [] include Aws::Structure end |
#target_status ⇒ String
The target status of a protected job. Used to update the execution status of a currently running job.
9136 9137 9138 9139 9140 9141 9142 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9136 class UpdateProtectedJobInput < Struct.new( :membership_identifier, :protected_job_identifier, :target_status) SENSITIVE = [] include Aws::Structure end |