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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


14733
14734
14735
14736
14737
14738
# File 'lib/aws-sdk-glue/types.rb', line 14733

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)


14733
14734
14735
14736
14737
14738
# File 'lib/aws-sdk-glue/types.rb', line 14733

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