Class: Aws::Types::GetColumnStatisticsTaskRunsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_statistics_task_runs::Array[Types::ColumnStatisticsTaskRun]

Returns the value of attribute column_statistics_task_runs.

Returns:



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.

Returns:

  • (::String)


3330
3331
3332
# File 'sig/types.rbs', line 3330

def next_token
  @next_token
end