Class: Aws::Types::BackendConnectionErrors

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_refused_count::Integer

Returns the value of attribute connection_refused_count.

Returns:

  • (::Integer)


37
38
39
# File 'sig/types.rbs', line 37

def connection_refused_count
  @connection_refused_count
end

#http_code_4_xx_count::Integer

Returns the value of attribute http_code_4_xx_count.

Returns:

  • (::Integer)


38
39
40
# File 'sig/types.rbs', line 38

def http_code_4_xx_count
  @http_code_4_xx_count
end

#http_code_5_xx_count::Integer

Returns the value of attribute http_code_5_xx_count.

Returns:

  • (::Integer)


39
40
41
# File 'sig/types.rbs', line 39

def http_code_5_xx_count
  @http_code_5_xx_count
end

#other_count::Integer

Returns the value of attribute other_count.

Returns:

  • (::Integer)


41
42
43
# File 'sig/types.rbs', line 41

def other_count
  @other_count
end

#timeout_count::Integer

Returns the value of attribute timeout_count.

Returns:

  • (::Integer)


36
37
38
# File 'sig/types.rbs', line 36

def timeout_count
  @timeout_count
end

#unknown_host_count::Integer

Returns the value of attribute unknown_host_count.

Returns:

  • (::Integer)


40
41
42
# File 'sig/types.rbs', line 40

def unknown_host_count
  @unknown_host_count
end