Class: Aws::TimestreamWrite::Types::MagneticStoreRejectedDataLocation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamwrite/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

Instance Attribute Details

#s3_configurationTypes::S3Configuration

Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.



909
910
911
912
913
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 909

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