Class: Aws::CleanRooms::Types::ProtectedJobResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Details about the job results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#outputTypes::ProtectedJobOutput

The output of the protected job.



8180
8181
8182
8183
8184
# File 'lib/aws-sdk-cleanrooms/types.rb', line 8180

class ProtectedJobResult < Struct.new(
  :output)
  SENSITIVE = []
  include Aws::Structure
end