Class: Aws::Glue::Types::StopColumnStatisticsTaskRunScheduleRequest

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)


22240
22241
22242
22243
22244
22245
# File 'lib/aws-sdk-glue/types.rb', line 22240

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

#table_nameString

The name of the table for which to stop a column statistic task run schedule.

Returns:

  • (String)


22240
22241
22242
22243
22244
22245
# File 'lib/aws-sdk-glue/types.rb', line 22240

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