Class: Aws::Glue::Types::StopColumnStatisticsTaskRunScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StopColumnStatisticsTaskRunScheduleRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_name ⇒ String
The name of the database where the table resides.
-
#table_name ⇒ String
The name of the table for which to stop a column statistic task run schedule.
Instance Attribute Details
#database_name ⇒ String
The name of the database where the table resides.
26259 26260 26261 26262 26263 26264 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 26259 class StopColumnStatisticsTaskRunScheduleRequest < Struct.new( :database_name, :table_name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table for which to stop a column statistic task run schedule.
26259 26260 26261 26262 26263 26264 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 26259 class StopColumnStatisticsTaskRunScheduleRequest < Struct.new( :database_name, :table_name) SENSITIVE = [] include Aws::Structure end |