Class: Aws::TimestreamWrite::Types::MagneticStoreWriteProperties
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::TimestreamWrite::Types::MagneticStoreWriteProperties
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
- 
  
    
      #enable_magnetic_store_writes  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A flag to enable magnetic store writes.
 - 
  
    
      #magnetic_store_rejected_data_location  ⇒ Types::MagneticStoreRejectedDataLocation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The location to write error reports for records rejected asynchronously during magnetic store writes.
 
Instance Attribute Details
#enable_magnetic_store_writes ⇒ Boolean
A flag to enable magnetic store writes.
      929 930 931 932 933 934  | 
    
      # File '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_location ⇒ Types::MagneticStoreRejectedDataLocation
The location to write error reports for records rejected asynchronously during magnetic store writes.
      929 930 931 932 933 934  | 
    
      # File '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  |