Class: Aws::Types::ListColumnStatisticsTaskRunsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListColumnStatisticsTaskRunsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_statistics_task_run_ids ⇒ ::Array[::String]
Returns the value of attribute column_statistics_task_run_ids.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#column_statistics_task_run_ids ⇒ ::Array[::String]
Returns the value of attribute column_statistics_task_run_ids.
5164 5165 5166 |
# File 'sig/types.rbs', line 5164 def column_statistics_task_run_ids @column_statistics_task_run_ids end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5165 5166 5167 |
# File 'sig/types.rbs', line 5165 def next_token @next_token end |