Class: Aws::CleanRooms::Types::GetProtectedJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetProtectedJobOutput
- Defined in:
- gems/aws-sdk-cleanrooms/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.
4978 4979 4980 4981 4982 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4978 class GetProtectedJobOutput < Struct.new( :protected_job) SENSITIVE = [] include Aws::Structure end |