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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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.



8142
8143
8144
8145
8146
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8142

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