Class: Aws::Glue::Types::StartColumnStatisticsTaskRunScheduleRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::StartColumnStatisticsTaskRunScheduleRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #database_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the database where the table resides. 
- 
  
    
      #table_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the table for which to start a column statistic task run schedule. 
Instance Attribute Details
#database_name ⇒ String
The name of the database where the table resides.
| 23771 23772 23773 23774 23775 23776 | # File 'lib/aws-sdk-glue/types.rb', line 23771 class StartColumnStatisticsTaskRunScheduleRequest < Struct.new( :database_name, :table_name) SENSITIVE = [] include Aws::Structure end | 
#table_name ⇒ String
The name of the table for which to start a column statistic task run schedule.
| 23771 23772 23773 23774 23775 23776 | # File 'lib/aws-sdk-glue/types.rb', line 23771 class StartColumnStatisticsTaskRunScheduleRequest < Struct.new( :database_name, :table_name) SENSITIVE = [] include Aws::Structure end |