Class: Aws::TimestreamWrite::Types::CreateTableResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::TimestreamWrite::Types::CreateTableResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-timestreamwrite/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #table  ⇒ Types::Table 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The newly created Timestream table.
 
Instance Attribute Details
#table ⇒ Types::Table
The newly created Timestream table.
      328 329 330 331 332  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 328 class CreateTableResponse < Struct.new( :table) SENSITIVE = [] include Aws::Structure end  |