Class: Aws::TimestreamWrite::Types::UpdateTableRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::TimestreamWrite::Types::UpdateTableRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-timestreamwrite/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #database_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Timestream database.
 - 
  
    
      #magnetic_store_write_properties  ⇒ Types::MagneticStoreWriteProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains properties to set on the table when enabling magnetic store writes.
 - 
  
    
      #retention_properties  ⇒ Types::RetentionProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The retention duration of the memory store and the magnetic store.
 - 
  
    
      #schema  ⇒ Types::Schema 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The schema of the table.
 - 
  
    
      #table_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Timestream table.
 
Instance Attribute Details
#database_name ⇒ String
The name of the Timestream database.
      1661 1662 1663 1664 1665 1666 1667 1668 1669  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 1661 class UpdateTableRequest < Struct.new( :database_name, :table_name, :retention_properties, :magnetic_store_write_properties, :schema) SENSITIVE = [] include Aws::Structure end  | 
  
#magnetic_store_write_properties ⇒ Types::MagneticStoreWriteProperties
Contains properties to set on the table when enabling magnetic store writes.
      1661 1662 1663 1664 1665 1666 1667 1668 1669  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 1661 class UpdateTableRequest < Struct.new( :database_name, :table_name, :retention_properties, :magnetic_store_write_properties, :schema) SENSITIVE = [] include Aws::Structure end  | 
  
#retention_properties ⇒ Types::RetentionProperties
The retention duration of the memory store and the magnetic store.
      1661 1662 1663 1664 1665 1666 1667 1668 1669  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 1661 class UpdateTableRequest < Struct.new( :database_name, :table_name, :retention_properties, :magnetic_store_write_properties, :schema) SENSITIVE = [] include Aws::Structure end  | 
  
#schema ⇒ Types::Schema
The schema of the table.
      1661 1662 1663 1664 1665 1666 1667 1668 1669  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 1661 class UpdateTableRequest < Struct.new( :database_name, :table_name, :retention_properties, :magnetic_store_write_properties, :schema) SENSITIVE = [] include Aws::Structure end  | 
  
#table_name ⇒ String
The name of the Timestream table.
      1661 1662 1663 1664 1665 1666 1667 1668 1669  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 1661 class UpdateTableRequest < Struct.new( :database_name, :table_name, :retention_properties, :magnetic_store_write_properties, :schema) SENSITIVE = [] include Aws::Structure end  |