Class: Aws::Types::QueryExecutionStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_manifest_location::String

Returns the value of attribute data_manifest_location.

Returns:

  • (::String)


973
974
975
# File 'sig/types.rbs', line 973

def data_manifest_location
  @data_manifest_location
end

#data_scanned_in_bytes::Integer

Returns the value of attribute data_scanned_in_bytes.

Returns:

  • (::Integer)


972
973
974
# File 'sig/types.rbs', line 972

def data_scanned_in_bytes
  @data_scanned_in_bytes
end

#dpu_count::Float

Returns the value of attribute dpu_count.

Returns:

  • (::Float)


980
981
982
# File 'sig/types.rbs', line 980

def dpu_count
  @dpu_count
end

#engine_execution_time_in_millis::Integer

Returns the value of attribute engine_execution_time_in_millis.

Returns:

  • (::Integer)


971
972
973
# File 'sig/types.rbs', line 971

def engine_execution_time_in_millis
  @engine_execution_time_in_millis
end

#query_planning_time_in_millis::Integer

Returns the value of attribute query_planning_time_in_millis.

Returns:

  • (::Integer)


977
978
979
# File 'sig/types.rbs', line 977

def query_planning_time_in_millis
  @query_planning_time_in_millis
end

#query_queue_time_in_millis::Integer

Returns the value of attribute query_queue_time_in_millis.

Returns:

  • (::Integer)


975
976
977
# File 'sig/types.rbs', line 975

def query_queue_time_in_millis
  @query_queue_time_in_millis
end

#result_reuse_informationTypes::ResultReuseInformation

Returns the value of attribute result_reuse_information.



979
980
981
# File 'sig/types.rbs', line 979

def result_reuse_information
  @result_reuse_information
end

#service_pre_processing_time_in_millis::Integer

Returns the value of attribute service_pre_processing_time_in_millis.

Returns:

  • (::Integer)


976
977
978
# File 'sig/types.rbs', line 976

def service_pre_processing_time_in_millis
  @service_pre_processing_time_in_millis
end

#service_processing_time_in_millis::Integer

Returns the value of attribute service_processing_time_in_millis.

Returns:

  • (::Integer)


978
979
980
# File 'sig/types.rbs', line 978

def service_processing_time_in_millis
  @service_processing_time_in_millis
end

#total_execution_time_in_millis::Integer

Returns the value of attribute total_execution_time_in_millis.

Returns:

  • (::Integer)


974
975
976
# File 'sig/types.rbs', line 974

def total_execution_time_in_millis
  @total_execution_time_in_millis
end