Class: Aws::Types::QueryRuntimeStatistics
- Inherits:
-
Object
- Object
- Aws::Types::QueryRuntimeStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#output_stage ⇒ Types::QueryStage
Returns the value of attribute output_stage.
-
#rows ⇒ Types::QueryRuntimeStatisticsRows
Returns the value of attribute rows.
-
#timeline ⇒ Types::QueryRuntimeStatisticsTimeline
Returns the value of attribute timeline.
Instance Attribute Details
#output_stage ⇒ Types::QueryStage
Returns the value of attribute output_stage.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def output_stage @output_stage end |
#rows ⇒ Types::QueryRuntimeStatisticsRows
Returns the value of attribute rows.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def rows @rows end |
#timeline ⇒ Types::QueryRuntimeStatisticsTimeline
Returns the value of attribute timeline.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def timeline @timeline end |