Class: Aws::Glue::Types::GetColumnStatisticsTaskRunResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetColumnStatisticsTaskRunResponse
 
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #column_statistics_task_run  ⇒ Types::ColumnStatisticsTaskRun 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A ColumnStatisticsTaskRunobject representing the details of the column stats run.
Instance Attribute Details
#column_statistics_task_run ⇒ Types::ColumnStatisticsTaskRun
A ColumnStatisticsTaskRun object representing the details of the
column stats run.
| 11989 11990 11991 11992 11993 | # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11989 class GetColumnStatisticsTaskRunResponse < Struct.new( :column_statistics_task_run) SENSITIVE = [] include Aws::Structure end |