Class: Aws::Types::HealthCheckPolicy

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:



595
596
597
# File 'sig/types.rbs', line 595

def healthy_threshold
  @healthy_threshold
end

#interval_millis::Integer

Returns the value of attribute interval_millis.

Returns:



596
597
598
# File 'sig/types.rbs', line 596

def interval_millis
  @interval_millis
end

#path::String

Returns the value of attribute path.

Returns:



597
598
599
# File 'sig/types.rbs', line 597

def path
  @path
end

#port::Integer

Returns the value of attribute port.

Returns:



598
599
600
# File 'sig/types.rbs', line 598

def port
  @port
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:



599
600
601
# File 'sig/types.rbs', line 599

def protocol
  @protocol
end

#timeout_millis::Integer

Returns the value of attribute timeout_millis.

Returns:



600
601
602
# File 'sig/types.rbs', line 600

def timeout_millis
  @timeout_millis
end

#unhealthy_threshold::Integer

Returns the value of attribute unhealthy_threshold.

Returns:



601
602
603
# File 'sig/types.rbs', line 601

def unhealthy_threshold
  @unhealthy_threshold
end