Class: Aws::Types::StartQueryRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartQueryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3494 3495 3496 |
# File 'sig/types.rbs', line 3494 def client_token @client_token end |
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
3496 3497 3498 |
# File 'sig/types.rbs', line 3496 def query_statement @query_statement end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3495 3496 3497 |
# File 'sig/types.rbs', line 3495 def workspace_name @workspace_name end |