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

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

Overview

Note:

When making an API call, you may pass BackendConnectionErrors data as a hash:

{
  timeout_count: 1,
  connection_refused_count: 1,
  http_code_4_xx_count: 1,
  http_code_5_xx_count: 1,
  unknown_host_count: 1,
  other_count: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#connection_refused_countInteger

Returns:

  • (Integer)


103
104
105
106
107
108
109
110
111
# File 'lib/aws-sdk-xray/types.rb', line 103

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

#http_code_4_xx_countInteger

Returns:

  • (Integer)


103
104
105
106
107
108
109
110
111
# File 'lib/aws-sdk-xray/types.rb', line 103

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

#http_code_5_xx_countInteger

Returns:

  • (Integer)


103
104
105
106
107
108
109
110
111
# File 'lib/aws-sdk-xray/types.rb', line 103

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

#other_countInteger

Returns:

  • (Integer)


103
104
105
106
107
108
109
110
111
# File 'lib/aws-sdk-xray/types.rb', line 103

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

#timeout_countInteger

Returns:

  • (Integer)


103
104
105
106
107
108
109
110
111
# File 'lib/aws-sdk-xray/types.rb', line 103

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

#unknown_host_countInteger

Returns:

  • (Integer)


103
104
105
106
107
108
109
110
111
# File 'lib/aws-sdk-xray/types.rb', line 103

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