Class: Aws::Types::StopColumnStatisticsTaskRunScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopColumnStatisticsTaskRunScheduleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#database_name ⇒ ::String
Returns the value of attribute database_name.
7405 7406 7407 |
# File 'sig/types.rbs', line 7405 def database_name @database_name end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
7406 7407 7408 |
# File 'sig/types.rbs', line 7406 def table_name @table_name end |