Class: Aws::Glue::Types::GetColumnStatisticsTaskRunsRequest

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

#database_nameString

The name of the database where the table resides.

Returns:

  • (String)


9277
9278
9279
9280
9281
9282
9283
9284
# File 'lib/aws-sdk-glue/types.rb', line 9277

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

#max_resultsInteger

The maximum size of the response.

Returns:

  • (Integer)


9277
9278
9279
9280
9281
9282
9283
9284
# File 'lib/aws-sdk-glue/types.rb', line 9277

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

#next_tokenString

A continuation token, if this is a continuation call.

Returns:

  • (String)


9277
9278
9279
9280
9281
9282
9283
9284
# File 'lib/aws-sdk-glue/types.rb', line 9277

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

#table_nameString

The name of the table.

Returns:

  • (String)


9277
9278
9279
9280
9281
9282
9283
9284
# File 'lib/aws-sdk-glue/types.rb', line 9277

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