Class: Aws::Types::GetQueryOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetQueryOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#elapsed ⇒ ::Integer
Returns the value of attribute elapsed.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
-
#waited ⇒ ::Integer
Returns the value of attribute waited.
Instance Attribute Details
#elapsed ⇒ ::Integer
Returns the value of attribute elapsed.
393 394 395 |
# File 'sig/types.rbs', line 393 def elapsed @elapsed end |
#id ⇒ ::String
Returns the value of attribute id.
390 391 392 |
# File 'sig/types.rbs', line 390 def id @id end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
391 392 393 |
# File 'sig/types.rbs', line 391 def query_string @query_string end |
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
394 395 396 |
# File 'sig/types.rbs', line 394 def state @state end |
#waited ⇒ ::Integer
Returns the value of attribute waited.
392 393 394 |
# File 'sig/types.rbs', line 392 def waited @waited end |