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.
11212 11213 11214 11215 11216 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 11212 class StartAnalysisLogExportOutput < Struct.new( :analysis_log_export) SENSITIVE = [] include Aws::Structure end |