Class: Aws::Types::GetColumnStatisticsTaskRunsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetColumnStatisticsTaskRunsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_statistics_task_runs ⇒ ::Array[Types::ColumnStatisticsTaskRun]
Returns the value of attribute column_statistics_task_runs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#column_statistics_task_runs ⇒ ::Array[Types::ColumnStatisticsTaskRun]
Returns the value of attribute column_statistics_task_runs.
3329 3330 3331 |
# File 'sig/types.rbs', line 3329 def column_statistics_task_runs @column_statistics_task_runs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3330 3331 3332 |
# File 'sig/types.rbs', line 3330 def next_token @next_token end |