Class: Aws::CleanRooms::Types::StartAnalysisLogExportOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_log_exportTypes::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