Class: Aws::CleanRooms::Types::ProtectedJobResultConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedJobResultConfigurationOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
The output configuration for a protected job result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#output_configuration ⇒ Types::ProtectedJobOutputConfigurationOutput
The output configuration.
Instance Attribute Details
#output_configuration ⇒ Types::ProtectedJobOutputConfigurationOutput
The output configuration.
7720 7721 7722 7723 7724 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7720 class ProtectedJobResultConfigurationOutput < Struct.new( :output_configuration) SENSITIVE = [] include Aws::Structure end |