Class: Aws::Glue::Types::StopColumnStatisticsTaskRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StopColumnStatisticsTaskRunRequest
- 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.
Instance Attribute Details
#database_name ⇒ String
The name of the database where the table resides.
24590 24591 24592 24593 24594 24595 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24590 class StopColumnStatisticsTaskRunRequest < Struct.new( :database_name, :table_name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table.
24590 24591 24592 24593 24594 24595 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24590 class StopColumnStatisticsTaskRunRequest < Struct.new( :database_name, :table_name) SENSITIVE = [] include Aws::Structure end |