Class: Aws::CleanRooms::Types::ProtectedJobResultConfigurationInput

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

Overview

The protected job result configuration input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#output_configurationTypes::ProtectedJobOutputConfigurationInput

The output configuration for a protected job result.



8189
8190
8191
8192
8193
# File 'lib/aws-sdk-cleanrooms/types.rb', line 8189

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