Class: Aws::TimestreamWrite::Types::MagneticStoreWriteProperties

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

Overview

The set of properties on a table for configuring magnetic store writes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_magnetic_store_writesBoolean

A flag to enable magnetic store writes.

Returns:

  • (Boolean)


929
930
931
932
933
934
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 929

class MagneticStoreWriteProperties < Struct.new(
  :enable_magnetic_store_writes,
  :magnetic_store_rejected_data_location)
  SENSITIVE = []
  include Aws::Structure
end

#magnetic_store_rejected_data_locationTypes::MagneticStoreRejectedDataLocation

The location to write error reports for records rejected asynchronously during magnetic store writes.



929
930
931
932
933
934
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 929

class MagneticStoreWriteProperties < Struct.new(
  :enable_magnetic_store_writes,
  :magnetic_store_rejected_data_location)
  SENSITIVE = []
  include Aws::Structure
end