Class: Aws::Types::PrepareQueryRequest
- Inherits:
-
Object
- Object
- Aws::Types::PrepareQueryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#validate_only ⇒ Boolean
Returns the value of attribute validate_only.
Instance Attribute Details
#query_string ⇒ ::String
Returns the value of attribute query_string.
220 221 222 |
# File 'sig/types.rbs', line 220 def query_string @query_string end |
#validate_only ⇒ Boolean
Returns the value of attribute validate_only.
221 222 223 |
# File 'sig/types.rbs', line 221 def validate_only @validate_only end |