Class: Aws::Types::SqlStatementResult
- Inherits:
-
Object
- Object
- Aws::Types::SqlStatementResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#number_of_records_updated ⇒ ::Integer
Returns the value of attribute number_of_records_updated.
-
#result_frame ⇒ Types::ResultFrame
Returns the value of attribute result_frame.
Instance Attribute Details
#number_of_records_updated ⇒ ::Integer
Returns the value of attribute number_of_records_updated.
268 269 270 |
# File 'sig/types.rbs', line 268 def number_of_records_updated @number_of_records_updated end |
#result_frame ⇒ Types::ResultFrame
Returns the value of attribute result_frame.
267 268 269 |
# File 'sig/types.rbs', line 267 def result_frame @result_frame end |