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.
5135 5136 5137 |
# File 'sig/types.rbs', line 5135 def column_statistics_task_run_ids @column_statistics_task_run_ids end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5136 5137 5138 |
# File 'sig/types.rbs', line 5136 def next_token @next_token end |