Class: Aws::CleanRooms::Types::GetProtectedJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetProtectedJobOutput
- 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 metadata.
Instance Attribute Details
#protected_job ⇒ Types::ProtectedJob
The protected job metadata.
4468 4469 4470 4471 4472 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4468 class GetProtectedJobOutput < Struct.new( :protected_job) SENSITIVE = [] include Aws::Structure end |