Class: Aws::Types::GetQueryResultsOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetQueryResultsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#result_set ⇒ Types::ResultSet
Returns the value of attribute result_set.
-
#update_count ⇒ ::Integer
Returns the value of attribute update_count.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
526 527 528 |
# File 'sig/types.rbs', line 526 def next_token @next_token end |
#result_set ⇒ Types::ResultSet
Returns the value of attribute result_set.
525 526 527 |
# File 'sig/types.rbs', line 525 def result_set @result_set end |
#update_count ⇒ ::Integer
Returns the value of attribute update_count.
524 525 526 |
# File 'sig/types.rbs', line 524 def update_count @update_count end |