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.



10017
10018
10019
10020
10021
# File 'lib/aws-sdk-cleanrooms/types.rb', line 10017

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