Class: Aws::CleanRooms::Types::ProtectedJobResultConfigurationOutput

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

Overview

The output configuration for a protected job result.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#output_configurationTypes::ProtectedJobOutputConfigurationOutput

The output configuration.



8208
8209
8210
8211
8212
# File 'lib/aws-sdk-cleanrooms/types.rb', line 8208

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