Class: Aws::Glue::Types::ListColumnStatisticsTaskRunsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum size of the response.

Returns:

  • (Integer)


14569
14570
14571
14572
14573
14574
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14569

class ListColumnStatisticsTaskRunsRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, if this is a continuation call.

Returns:

  • (String)


14569
14570
14571
14572
14573
14574
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14569

class ListColumnStatisticsTaskRunsRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end