Class: Aws::Types::RowLevelResultsOptions
- Inherits:
-
Object
- Object
- Aws::Types::RowLevelResultsOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_table_config ⇒ Types::CatalogTableConfigOptions
Returns the value of attribute catalog_table_config.
-
#max_rows_to_write ⇒ ::Integer
Returns the value of attribute max_rows_to_write.
-
#result_type ⇒ "ALL", ...
Returns the value of attribute result_type.
Instance Attribute Details
#catalog_table_config ⇒ Types::CatalogTableConfigOptions
Returns the value of attribute catalog_table_config.
6427 6428 6429 |
# File 'sig/types.rbs', line 6427 def catalog_table_config @catalog_table_config end |
#max_rows_to_write ⇒ ::Integer
Returns the value of attribute max_rows_to_write.
6425 6426 6427 |
# File 'sig/types.rbs', line 6425 def max_rows_to_write @max_rows_to_write end |
#result_type ⇒ "ALL", ...
Returns the value of attribute result_type.
6426 6427 6428 |
# File 'sig/types.rbs', line 6426 def result_type @result_type end |