Class: Aws::Types::HealthCheckConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


818
819
820
# File 'sig/types.rbs', line 818

def enabled
  @enabled
end

#health_check_interval_seconds::Integer

Returns the value of attribute health_check_interval_seconds.

Returns:

  • (::Integer)


823
824
825
# File 'sig/types.rbs', line 823

def health_check_interval_seconds
  @health_check_interval_seconds
end

#health_check_timeout_seconds::Integer

Returns the value of attribute health_check_timeout_seconds.

Returns:

  • (::Integer)


824
825
826
# File 'sig/types.rbs', line 824

def health_check_timeout_seconds
  @health_check_timeout_seconds
end

#healthy_threshold_count::Integer

Returns the value of attribute healthy_threshold_count.

Returns:

  • (::Integer)


825
826
827
# File 'sig/types.rbs', line 825

def healthy_threshold_count
  @healthy_threshold_count
end

#matcherTypes::Matcher

Returns the value of attribute matcher.

Returns:



827
828
829
# File 'sig/types.rbs', line 827

def matcher
  @matcher
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


822
823
824
# File 'sig/types.rbs', line 822

def path
  @path
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


821
822
823
# File 'sig/types.rbs', line 821

def port
  @port
end

#protocol"HTTP", ...

Returns the value of attribute protocol.

Returns:

  • ("HTTP", "HTTPS", "TCP")


819
820
821
# File 'sig/types.rbs', line 819

def protocol
  @protocol
end

#protocol_version"HTTP1", "HTTP2"

Returns the value of attribute protocol_version.

Returns:

  • ("HTTP1", "HTTP2")


820
821
822
# File 'sig/types.rbs', line 820

def protocol_version
  @protocol_version
end

#unhealthy_threshold_count::Integer

Returns the value of attribute unhealthy_threshold_count.

Returns:

  • (::Integer)


826
827
828
# File 'sig/types.rbs', line 826

def unhealthy_threshold_count
  @unhealthy_threshold_count
end