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.
10139 10140 10141 10142 10143 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 10139 class UpdateProtectedJobOutput < Struct.new( :protected_job) SENSITIVE = [] include Aws::Structure end |