Class: Aws::Types::ExecuteQueryRequest
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteQueryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def client_token @client_token end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def next_token @next_token end |
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def query_statement @query_statement end |