Class: Aws::Types::GetColumnStatisticsTaskSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetColumnStatisticsTaskSettingsRequest
- 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.
3335 3336 3337 |
# File 'sig/types.rbs', line 3335 def database_name @database_name end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
3336 3337 3338 |
# File 'sig/types.rbs', line 3336 def table_name @table_name end |