Class: Aws::Types::ListTableOptimizerRunsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTableOptimizerRunsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#table_optimizer_runs ⇒ ::Array[Types::TableOptimizerRun]
Returns the value of attribute table_optimizer_runs.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
5488 5489 5490 |
# File 'sig/types.rbs', line 5488 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
5489 5490 5491 |
# File 'sig/types.rbs', line 5489 def database_name @database_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5491 5492 5493 |
# File 'sig/types.rbs', line 5491 def next_token @next_token end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
5490 5491 5492 |
# File 'sig/types.rbs', line 5490 def table_name @table_name end |
#table_optimizer_runs ⇒ ::Array[Types::TableOptimizerRun]
Returns the value of attribute table_optimizer_runs.
5492 5493 5494 |
# File 'sig/types.rbs', line 5492 def table_optimizer_runs @table_optimizer_runs end |