Class: Aws::Types::AwsElbLoadBalancerHealthCheck

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#healthy_threshold::Integer

Returns the value of attribute healthy_threshold.

Returns:

  • (::Integer)


2747
2748
2749
# File 'sig/types.rbs', line 2747

def healthy_threshold
  @healthy_threshold
end

#interval::Integer

Returns the value of attribute interval.

Returns:

  • (::Integer)


2748
2749
2750
# File 'sig/types.rbs', line 2748

def interval
  @interval
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


2749
2750
2751
# File 'sig/types.rbs', line 2749

def target
  @target
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


2750
2751
2752
# File 'sig/types.rbs', line 2750

def timeout
  @timeout
end

#unhealthy_threshold::Integer

Returns the value of attribute unhealthy_threshold.

Returns:

  • (::Integer)


2751
2752
2753
# File 'sig/types.rbs', line 2751

def unhealthy_threshold
  @unhealthy_threshold
end