Class: Aws::Types::QueryRuntimeStatistics

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#output_stageTypes::QueryStage

Returns the value of attribute output_stage.

Returns:



1003
1004
1005
# File 'sig/types.rbs', line 1003

def output_stage
  @output_stage
end

#rowsTypes::QueryRuntimeStatisticsRows

Returns the value of attribute rows.



1002
1003
1004
# File 'sig/types.rbs', line 1002

def rows
  @rows
end

#timelineTypes::QueryRuntimeStatisticsTimeline

Returns the value of attribute timeline.



1001
1002
1003
# File 'sig/types.rbs', line 1001

def timeline
  @timeline
end