Class: Aws::XRay::Types::BackendConnectionErrors

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_refused_countInteger

Returns:

  • (Integer)


110
111
112
113
114
115
116
117
118
119
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 110

class BackendConnectionErrors < Struct.new(
  :timeout_count,
  :connection_refused_count,
  :http_code_4_xx_count,
  :http_code_5_xx_count,
  :unknown_host_count,
  :other_count)
  SENSITIVE = []
  include Aws::Structure
end

#http_code_4_xx_countInteger

Returns:

  • (Integer)


110
111
112
113
114
115
116
117
118
119
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 110

class BackendConnectionErrors < Struct.new(
  :timeout_count,
  :connection_refused_count,
  :http_code_4_xx_count,
  :http_code_5_xx_count,
  :unknown_host_count,
  :other_count)
  SENSITIVE = []
  include Aws::Structure
end

#http_code_5_xx_countInteger

Returns:

  • (Integer)


110
111
112
113
114
115
116
117
118
119
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 110

class BackendConnectionErrors < Struct.new(
  :timeout_count,
  :connection_refused_count,
  :http_code_4_xx_count,
  :http_code_5_xx_count,
  :unknown_host_count,
  :other_count)
  SENSITIVE = []
  include Aws::Structure
end

#other_countInteger

Returns:

  • (Integer)


110
111
112
113
114
115
116
117
118
119
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 110

class BackendConnectionErrors < Struct.new(
  :timeout_count,
  :connection_refused_count,
  :http_code_4_xx_count,
  :http_code_5_xx_count,
  :unknown_host_count,
  :other_count)
  SENSITIVE = []
  include Aws::Structure
end

#timeout_countInteger

Returns:

  • (Integer)


110
111
112
113
114
115
116
117
118
119
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 110

class BackendConnectionErrors < Struct.new(
  :timeout_count,
  :connection_refused_count,
  :http_code_4_xx_count,
  :http_code_5_xx_count,
  :unknown_host_count,
  :other_count)
  SENSITIVE = []
  include Aws::Structure
end

#unknown_host_countInteger

Returns:

  • (Integer)


110
111
112
113
114
115
116
117
118
119
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 110

class BackendConnectionErrors < Struct.new(
  :timeout_count,
  :connection_refused_count,
  :http_code_4_xx_count,
  :http_code_5_xx_count,
  :unknown_host_count,
  :other_count)
  SENSITIVE = []
  include Aws::Structure
end