Class: Aws::TimestreamWrite::Types::ReportConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::ReportConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#report_s3_configuration ⇒ Types::ReportS3Configuration
Configuration of an S3 location to write error reports and events for a batch load.
Instance Attribute Details
#report_s3_configuration ⇒ Types::ReportS3Configuration
Configuration of an S3 location to write error reports and events for a batch load.
1306 1307 1308 1309 1310 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1306 class ReportConfiguration < Struct.new( :report_s3_configuration) SENSITIVE = [] include Aws::Structure end |