Class: Aws::TimestreamWrite::Types::ReportConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb

Overview

Report configuration for a batch load task. This contains details about where error reports are stored.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#report_s3_configurationTypes::ReportS3Configuration

Configuration of an S3 location to write error reports and events for a batch load.



1308
1309
1310
1311
1312
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1308

class ReportConfiguration < Struct.new(
  :report_s3_configuration)
  SENSITIVE = []
  include Aws::Structure
end