Class: Aws::Glue::Types::GetColumnStatisticsTaskSettingsRequest

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

#database_nameString

The name of the database where the table resides.

Returns:

  • (String)


11418
11419
11420
11421
11422
11423
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11418

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

#table_nameString

The name of the table for which to retrieve column statistics.

Returns:

  • (String)


11418
11419
11420
11421
11422
11423
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11418

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