Method: Aws::XRay::Types::Service#duration_histogram

Defined in:
lib/aws-sdk-xray/types.rb

#duration_histogramArray<Types::HistogramEntry>

A histogram that maps the spread of service durations.

Returns:



3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
# File 'lib/aws-sdk-xray/types.rb', line 3224

class Service < Struct.new(
  :reference_id,
  :name,
  :names,
  :root,
  :account_id,
  :type,
  :state,
  :start_time,
  :end_time,
  :edges,
  :summary_statistics,
  :duration_histogram,
  :response_time_histogram)
  SENSITIVE = []
  include Aws::Structure
end