Class: Aws::Glue::Types::GetColumnStatisticsTaskSettingsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetColumnStatisticsTaskSettingsRequest
 
- 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 retrieve column statistics. 
Instance Attribute Details
#database_name ⇒ String
The name of the database where the table resides.
| 11430 11431 11432 11433 11434 11435 | # File 'lib/aws-sdk-glue/types.rb', line 11430 class GetColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name) SENSITIVE = [] include Aws::Structure end | 
#table_name ⇒ String
The name of the table for which to retrieve column statistics.
| 11430 11431 11432 11433 11434 11435 | # File 'lib/aws-sdk-glue/types.rb', line 11430 class GetColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name) SENSITIVE = [] include Aws::Structure end |