Class: Aws::CleanRooms::Types::StartProtectedJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::StartProtectedJobOutput
- 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.
Instance Attribute Details
#protected_job ⇒ Types::ProtectedJob
The protected job.
9351 9352 9353 9354 9355 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9351 class StartProtectedJobOutput < Struct.new( :protected_job) SENSITIVE = [] include Aws::Structure end |