Class: Aws::CleanRooms::Types::ProtectedJobResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedJobResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Details about the job results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#output ⇒ Types::ProtectedJobOutput
The output of the protected job.
Instance Attribute Details
#output ⇒ Types::ProtectedJobOutput
The output of the protected job.
7968 7969 7970 7971 7972 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7968 class ProtectedJobResult < Struct.new( :output) SENSITIVE = [] include Aws::Structure end |