Class: Aws::CleanRooms::Types::AnalysisLogExportResultConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::AnalysisLogExportResultConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Contains configurations for analysis log export results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#output_configuration ⇒ Types::AnalysisLogExportOutputConfiguration
The configuration for analysis log export results.
Instance Attribute Details
#output_configuration ⇒ Types::AnalysisLogExportOutputConfiguration
The configuration for analysis log export results.
345 346 347 348 349 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 345 class AnalysisLogExportResultConfiguration < Struct.new( :output_configuration) SENSITIVE = [] include Aws::Structure end |