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.
9864 9865 9866 9867 9868 9869 |
# File 'lib/aws-sdk-glue/types.rb', line 9864 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.
9864 9865 9866 9867 9868 9869 |
# File 'lib/aws-sdk-glue/types.rb', line 9864 class GetColumnStatisticsTaskRunsResponse < Struct.new( :column_statistics_task_runs, :next_token) SENSITIVE = [] include Aws::Structure end |