Class: Aws::CleanRooms::Types::UpdateProtectedJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateProtectedJobOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#protected_job ⇒ Types::ProtectedJob
The protected job output.
Instance Attribute Details
#protected_job ⇒ Types::ProtectedJob
The protected job output.
10149 10150 10151 10152 10153 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 10149 class UpdateProtectedJobOutput < Struct.new( :protected_job) SENSITIVE = [] include Aws::Structure end |