Class: Aws::Types::HealthCheckConfig
- Inherits:
-
Object
- Object
- Aws::Types::HealthCheckConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#health_check_interval_seconds ⇒ ::Integer
Returns the value of attribute health_check_interval_seconds.
-
#health_check_timeout_seconds ⇒ ::Integer
Returns the value of attribute health_check_timeout_seconds.
-
#healthy_threshold_count ⇒ ::Integer
Returns the value of attribute healthy_threshold_count.
-
#matcher ⇒ Types::Matcher
Returns the value of attribute matcher.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#protocol ⇒ "HTTP", ...
Returns the value of attribute protocol.
-
#protocol_version ⇒ "HTTP1", "HTTP2"
Returns the value of attribute protocol_version.
-
#unhealthy_threshold_count ⇒ ::Integer
Returns the value of attribute unhealthy_threshold_count.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
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.
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.
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.
825 826 827 |
# File 'sig/types.rbs', line 825 def healthy_threshold_count @healthy_threshold_count end |
#matcher ⇒ Types::Matcher
Returns the value of attribute matcher.
827 828 829 |
# File 'sig/types.rbs', line 827 def matcher @matcher end |
#path ⇒ ::String
Returns the value of attribute path.
822 823 824 |
# File 'sig/types.rbs', line 822 def path @path end |
#port ⇒ ::Integer
Returns the value of attribute port.
821 822 823 |
# File 'sig/types.rbs', line 821 def port @port end |
#protocol ⇒ "HTTP", ...
Returns the value of attribute protocol.
819 820 821 |
# File 'sig/types.rbs', line 819 def protocol @protocol end |
#protocol_version ⇒ "HTTP1", "HTTP2"
Returns the value of attribute protocol_version.
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.
826 827 828 |
# File 'sig/types.rbs', line 826 def unhealthy_threshold_count @unhealthy_threshold_count end |