Class: Aws::Glue::Types::DeleteColumnStatisticsTaskSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteColumnStatisticsTaskSettingsRequest
- 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 delete column statistics.
Instance Attribute Details
#database_name ⇒ String
The name of the database where the table resides.
9006 9007 9008 9009 9010 9011 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9006 class DeleteColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table for which to delete column statistics.
9006 9007 9008 9009 9010 9011 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9006 class DeleteColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name) SENSITIVE = [] include Aws::Structure end |