Class: Aws::Types::ServiceStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_statisticsTypes::ErrorStatistics

Returns the value of attribute error_statistics.



902
903
904
# File 'sig/types.rbs', line 902

def error_statistics
  @error_statistics
end

#fault_statisticsTypes::FaultStatistics

Returns the value of attribute fault_statistics.



903
904
905
# File 'sig/types.rbs', line 903

def fault_statistics
  @fault_statistics
end

#ok_count::Integer

Returns the value of attribute ok_count.

Returns:

  • (::Integer)


901
902
903
# File 'sig/types.rbs', line 901

def ok_count
  @ok_count
end

#total_count::Integer

Returns the value of attribute total_count.

Returns:

  • (::Integer)


904
905
906
# File 'sig/types.rbs', line 904

def total_count
  @total_count
end

#total_response_time::Float

Returns the value of attribute total_response_time.

Returns:

  • (::Float)


905
906
907
# File 'sig/types.rbs', line 905

def total_response_time
  @total_response_time
end