Class: Aws::TimestreamWrite::Types::CreateTableRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::TimestreamWrite::Types::CreateTableRequest
 
 
- 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 duration for which your time-series data must be stored in the memory store and the magnetic store.
 - 
  
    
      #schema  ⇒ Types::Schema 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The schema of the table.
 - 
  
    
      #table_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Timestream table.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of key-value pairs to label the table.
 
Instance Attribute Details
#database_name ⇒ String
The name of the Timestream database.
      311 312 313 314 315 316 317 318 319 320  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 311 class CreateTableRequest < Struct.new( :database_name, :table_name, :retention_properties, :tags, :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.
      311 312 313 314 315 316 317 318 319 320  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 311 class CreateTableRequest < Struct.new( :database_name, :table_name, :retention_properties, :tags, :magnetic_store_write_properties, :schema) SENSITIVE = [] include Aws::Structure end  | 
  
#retention_properties ⇒ Types::RetentionProperties
The duration for which your time-series data must be stored in the memory store and the magnetic store.
      311 312 313 314 315 316 317 318 319 320  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 311 class CreateTableRequest < Struct.new( :database_name, :table_name, :retention_properties, :tags, :magnetic_store_write_properties, :schema) SENSITIVE = [] include Aws::Structure end  | 
  
#schema ⇒ Types::Schema
The schema of the table.
      311 312 313 314 315 316 317 318 319 320  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 311 class CreateTableRequest < Struct.new( :database_name, :table_name, :retention_properties, :tags, :magnetic_store_write_properties, :schema) SENSITIVE = [] include Aws::Structure end  | 
  
#table_name ⇒ String
The name of the Timestream table.
      311 312 313 314 315 316 317 318 319 320  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 311 class CreateTableRequest < Struct.new( :database_name, :table_name, :retention_properties, :tags, :magnetic_store_write_properties, :schema) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
A list of key-value pairs to label the table.
      311 312 313 314 315 316 317 318 319 320  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 311 class CreateTableRequest < Struct.new( :database_name, :table_name, :retention_properties, :tags, :magnetic_store_write_properties, :schema) SENSITIVE = [] include Aws::Structure end  |