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.
11366 11367 11368 11369 11370 11371 |
# File 'lib/aws-sdk-glue/types.rb', line 11366 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.
11366 11367 11368 11369 11370 11371 |
# File 'lib/aws-sdk-glue/types.rb', line 11366 class GetColumnStatisticsTaskRunsResponse < Struct.new( :column_statistics_task_runs, :next_token) SENSITIVE = [] include Aws::Structure end |