Class: Aws::Types::EdgeStatistics

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.



133
134
135
# File 'sig/types.rbs', line 133

def error_statistics
  @error_statistics
end

#fault_statisticsTypes::FaultStatistics

Returns the value of attribute fault_statistics.



134
135
136
# File 'sig/types.rbs', line 134

def fault_statistics
  @fault_statistics
end

#ok_count::Integer

Returns the value of attribute ok_count.

Returns:

  • (::Integer)


132
133
134
# File 'sig/types.rbs', line 132

def ok_count
  @ok_count
end

#total_count::Integer

Returns the value of attribute total_count.

Returns:

  • (::Integer)


135
136
137
# File 'sig/types.rbs', line 135

def total_count
  @total_count
end

#total_response_time::Float

Returns the value of attribute total_response_time.

Returns:

  • (::Float)


136
137
138
# File 'sig/types.rbs', line 136

def total_response_time
  @total_response_time
end