Class: Aws::Glue::Types::ListColumnStatisticsTaskRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListColumnStatisticsTaskRunsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_statistics_task_run_ids ⇒ Array<String>
A list of column statistics task run IDs.
-
#next_token ⇒ String
A continuation token, if not all task run IDs have yet been returned.
Instance Attribute Details
#column_statistics_task_run_ids ⇒ Array<String>
A list of column statistics task run IDs.
15824 15825 15826 15827 15828 15829 |
# File 'lib/aws-sdk-glue/types.rb', line 15824 class ListColumnStatisticsTaskRunsResponse < Struct.new( :column_statistics_task_run_ids, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if not all task run IDs have yet been returned.
15824 15825 15826 15827 15828 15829 |
# File 'lib/aws-sdk-glue/types.rb', line 15824 class ListColumnStatisticsTaskRunsResponse < Struct.new( :column_statistics_task_run_ids, :next_token) SENSITIVE = [] include Aws::Structure end |