Class: Aws::Glue::Types::GetColumnStatisticsTaskRunsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetColumnStatisticsTaskRunsResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #column_statistics_task_runs  ⇒ Array<Types::ColumnStatisticsTaskRun> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of column statistics task runs. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A continuation token, if not all task runs have yet been returned. 
Instance Attribute Details
#column_statistics_task_runs ⇒ Array<Types::ColumnStatisticsTaskRun>
A list of column statistics task runs.
| 11413 11414 11415 11416 11417 11418 | # File 'lib/aws-sdk-glue/types.rb', line 11413 class GetColumnStatisticsTaskRunsResponse < Struct.new( :column_statistics_task_runs, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
A continuation token, if not all task runs have yet been returned.
| 11413 11414 11415 11416 11417 11418 | # File 'lib/aws-sdk-glue/types.rb', line 11413 class GetColumnStatisticsTaskRunsResponse < Struct.new( :column_statistics_task_runs, :next_token) SENSITIVE = [] include Aws::Structure end |