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.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def client_token @client_token end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def next_token @next_token end |
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def query_statement @query_statement end |