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.
3453 3454 3455 |
# File 'sig/types.rbs', line 3453 def client_token @client_token end |
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
3455 3456 3457 |
# File 'sig/types.rbs', line 3455 def query_statement @query_statement end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3454 3455 3456 |
# File 'sig/types.rbs', line 3454 def workspace_name @workspace_name end |