Class: Aws::TimestreamWrite::Types::DeleteTableRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::TimestreamWrite::Types::DeleteTableRequest
 
 
- 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 database where the Timestream database is to be deleted.
 - 
  
    
      #table_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Timestream table to be deleted.
 
Instance Attribute Details
#database_name ⇒ String
The name of the database where the Timestream database is to be deleted.
      548 549 550 551 552 553  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 548 class DeleteTableRequest < Struct.new( :database_name, :table_name) SENSITIVE = [] include Aws::Structure end  | 
  
#table_name ⇒ String
The name of the Timestream table to be deleted.
      548 549 550 551 552 553  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 548 class DeleteTableRequest < Struct.new( :database_name, :table_name) SENSITIVE = [] include Aws::Structure end  |