Class: Aws::CleanRooms::Types::GetProtectedJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetProtectedJobInput
- 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 membership in a protected job instance.
-
#protected_job_identifier ⇒ String
The identifier for the protected job instance.
Instance Attribute Details
#membership_identifier ⇒ String
The identifier for a membership in a protected job instance.
4521 4522 4523 4524 4525 4526 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4521 class GetProtectedJobInput < Struct.new( :membership_identifier, :protected_job_identifier) SENSITIVE = [] include Aws::Structure end |
#protected_job_identifier ⇒ String
The identifier for the protected job instance.
4521 4522 4523 4524 4525 4526 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4521 class GetProtectedJobInput < Struct.new( :membership_identifier, :protected_job_identifier) SENSITIVE = [] include Aws::Structure end |