Class: Aws::CleanRooms::Types::StartAnalysisLogExportOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::StartAnalysisLogExportOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_log_export ⇒ Types::AnalysisLogExport
The analysis log export that was started.
Instance Attribute Details
#analysis_log_export ⇒ Types::AnalysisLogExport
The analysis log export that was started. The status is
IN_PROGRESS.
11059 11060 11061 11062 11063 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 11059 class StartAnalysisLogExportOutput < Struct.new( :analysis_log_export) SENSITIVE = [] include Aws::Structure end |