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.



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