Class: Aws::Types::QueryEvalStats
- Inherits:
-
Object
- Object
- Aws::Types::QueryEvalStats
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cancelled ⇒ Boolean
Returns the value of attribute cancelled.
-
#elapsed ⇒ ::Integer
Returns the value of attribute elapsed.
-
#subqueries ⇒ Object
Returns the value of attribute subqueries.
-
#waited ⇒ ::Integer
Returns the value of attribute waited.
Instance Attribute Details
#cancelled ⇒ Boolean
Returns the value of attribute cancelled.
757 758 759 |
# File 'sig/types.rbs', line 757 def cancelled @cancelled end |
#elapsed ⇒ ::Integer
Returns the value of attribute elapsed.
756 757 758 |
# File 'sig/types.rbs', line 756 def elapsed @elapsed end |
#subqueries ⇒ Object
Returns the value of attribute subqueries.
758 759 760 |
# File 'sig/types.rbs', line 758 def subqueries @subqueries end |
#waited ⇒ ::Integer
Returns the value of attribute waited.
755 756 757 |
# File 'sig/types.rbs', line 755 def waited @waited end |