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.
6385 6386 6387 |
# File 'sig/types.rbs', line 6385 def catalog_table_config @catalog_table_config end |
#max_rows_to_write ⇒ ::Integer
Returns the value of attribute max_rows_to_write.
6383 6384 6385 |
# File 'sig/types.rbs', line 6383 def max_rows_to_write @max_rows_to_write end |
#result_type ⇒ "ALL", ...
Returns the value of attribute result_type.
6384 6385 6386 |
# File 'sig/types.rbs', line 6384 def result_type @result_type end |