Class: Aws::Types::ModifyTargetGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::ModifyTargetGroupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#health_check_enabled ⇒ Boolean
Returns the value of attribute health_check_enabled.
-
#health_check_interval_seconds ⇒ ::Integer
Returns the value of attribute health_check_interval_seconds.
-
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
-
#health_check_port ⇒ ::String
Returns the value of attribute health_check_port.
-
#health_check_protocol ⇒ "HTTP", ...
Returns the value of attribute health_check_protocol.
-
#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.
-
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
-
#unhealthy_threshold_count ⇒ ::Integer
Returns the value of attribute unhealthy_threshold_count.
Instance Attribute Details
#health_check_enabled ⇒ Boolean
Returns the value of attribute health_check_enabled.
824 825 826 |
# File 'sig/types.rbs', line 824 def health_check_enabled @health_check_enabled end |
#health_check_interval_seconds ⇒ ::Integer
Returns the value of attribute health_check_interval_seconds.
825 826 827 |
# File 'sig/types.rbs', line 825 def health_check_interval_seconds @health_check_interval_seconds end |
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
823 824 825 |
# File 'sig/types.rbs', line 823 def health_check_path @health_check_path end |
#health_check_port ⇒ ::String
Returns the value of attribute health_check_port.
822 823 824 |
# File 'sig/types.rbs', line 822 def health_check_port @health_check_port end |
#health_check_protocol ⇒ "HTTP", ...
Returns the value of attribute health_check_protocol.
821 822 823 |
# File 'sig/types.rbs', line 821 def health_check_protocol @health_check_protocol end |
#health_check_timeout_seconds ⇒ ::Integer
Returns the value of attribute health_check_timeout_seconds.
826 827 828 |
# File 'sig/types.rbs', line 826 def health_check_timeout_seconds @health_check_timeout_seconds end |
#healthy_threshold_count ⇒ ::Integer
Returns the value of attribute healthy_threshold_count.
827 828 829 |
# File 'sig/types.rbs', line 827 def healthy_threshold_count @healthy_threshold_count end |
#matcher ⇒ Types::Matcher
Returns the value of attribute matcher.
829 830 831 |
# File 'sig/types.rbs', line 829 def matcher @matcher end |
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
820 821 822 |
# File 'sig/types.rbs', line 820 def target_group_arn @target_group_arn end |
#unhealthy_threshold_count ⇒ ::Integer
Returns the value of attribute unhealthy_threshold_count.
828 829 830 |
# File 'sig/types.rbs', line 828 def unhealthy_threshold_count @unhealthy_threshold_count end |