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.
5154 5155 5156 |
# File 'sig/types.rbs', line 5154 def column_statistics_task_run_ids @column_statistics_task_run_ids end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5155 5156 5157 |
# File 'sig/types.rbs', line 5155 def next_token @next_token end |