Class: Aws::TimestreamWrite::Types::MagneticStoreRejectedDataLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::MagneticStoreRejectedDataLocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
Overview
The location to write error reports for records rejected, asynchronously, during magnetic store writes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_configuration ⇒ Types::S3Configuration
Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.
Instance Attribute Details
#s3_configuration ⇒ Types::S3Configuration
Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.
909 910 911 912 913 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 909 class MagneticStoreRejectedDataLocation < Struct.new( :s3_configuration) SENSITIVE = [] include Aws::Structure end |