Class: Aws::Types::ResultSetOptions
- Inherits:
-
Object
- Object
- Aws::Types::ResultSetOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decimal_return_type ⇒ "STRING", "DOUBLE_OR_LONG"
Returns the value of attribute decimal_return_type.
-
#long_return_type ⇒ "STRING", "LONG"
Returns the value of attribute long_return_type.
Instance Attribute Details
#decimal_return_type ⇒ "STRING", "DOUBLE_OR_LONG"
Returns the value of attribute decimal_return_type.
234 235 236 |
# File 'sig/types.rbs', line 234 def decimal_return_type @decimal_return_type end |
#long_return_type ⇒ "STRING", "LONG"
Returns the value of attribute long_return_type.
235 236 237 |
# File 'sig/types.rbs', line 235 def long_return_type @long_return_type end |