Class: Aws::Types::DescribeQueryRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeQueryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#query_id ⇒ ::String
Returns the value of attribute query_id.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def query_id @query_id end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def workspace_name @workspace_name end |