Class: Aws::Types::QuerySummary
- Inherits:
-
Object
- Object
- Aws::Types::QuerySummary
- 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.
592 593 594 |
# File 'sig/types.rbs', line 592 def elapsed @elapsed end |
#id ⇒ ::String
Returns the value of attribute id.
589 590 591 |
# File 'sig/types.rbs', line 589 def id @id end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
590 591 592 |
# File 'sig/types.rbs', line 590 def query_string @query_string end |
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
593 594 595 |
# File 'sig/types.rbs', line 593 def state @state end |
#waited ⇒ ::Integer
Returns the value of attribute waited.
591 592 593 |
# File 'sig/types.rbs', line 591 def waited @waited end |