Class: Aws::CleanRooms::Types::ProtectedJobResultConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedJobResultConfigurationInput
- 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
-
#output_configuration ⇒ Types::ProtectedJobOutputConfigurationInput
The output configuration for a protected job result.
Instance Attribute Details
#output_configuration ⇒ Types::ProtectedJobOutputConfigurationInput
The output configuration for a protected job result.
7982 7983 7984 7985 7986 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7982 class ProtectedJobResultConfigurationInput < Struct.new( :output_configuration) SENSITIVE = [] include Aws::Structure end |