Class: Aws::Types::TargetGroup
- Inherits:
-
Object
- Object
- Aws::Types::TargetGroup
- 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.
-
#ip_address_type ⇒ "ipv4", "ipv6"
Returns the value of attribute ip_address_type.
-
#load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute load_balancer_arns.
-
#matcher ⇒ Types::Matcher
Returns the value of attribute matcher.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#protocol ⇒ "HTTP", ...
Returns the value of attribute protocol.
-
#protocol_version ⇒ ::String
Returns the value of attribute protocol_version.
-
#target_control_port ⇒ ::Integer
Returns the value of attribute target_control_port.
-
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
-
#target_group_name ⇒ ::String
Returns the value of attribute target_group_name.
-
#target_type ⇒ "instance", ...
Returns the value of attribute target_type.
-
#unhealthy_threshold_count ⇒ ::Integer
Returns the value of attribute unhealthy_threshold_count.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#health_check_enabled ⇒ Boolean
Returns the value of attribute health_check_enabled.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def health_check_enabled @health_check_enabled end |
#health_check_interval_seconds ⇒ ::Integer
Returns the value of attribute health_check_interval_seconds.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def health_check_interval_seconds @health_check_interval_seconds end |
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def health_check_path @health_check_path end |
#health_check_port ⇒ ::String
Returns the value of attribute health_check_port.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def health_check_port @health_check_port end |
#health_check_protocol ⇒ "HTTP", ...
Returns the value of attribute health_check_protocol.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def health_check_protocol @health_check_protocol end |
#health_check_timeout_seconds ⇒ ::Integer
Returns the value of attribute health_check_timeout_seconds.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def health_check_timeout_seconds @health_check_timeout_seconds end |
#healthy_threshold_count ⇒ ::Integer
Returns the value of attribute healthy_threshold_count.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def healthy_threshold_count @healthy_threshold_count end |
#ip_address_type ⇒ "ipv4", "ipv6"
Returns the value of attribute ip_address_type.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def ip_address_type @ip_address_type end |
#load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute load_balancer_arns.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def load_balancer_arns @load_balancer_arns end |
#matcher ⇒ Types::Matcher
Returns the value of attribute matcher.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def matcher @matcher end |
#port ⇒ ::Integer
Returns the value of attribute port.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def port @port end |
#protocol ⇒ "HTTP", ...
Returns the value of attribute protocol.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def protocol @protocol end |
#protocol_version ⇒ ::String
Returns the value of attribute protocol_version.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def protocol_version @protocol_version end |
#target_control_port ⇒ ::Integer
Returns the value of attribute target_control_port.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def target_control_port @target_control_port end |
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def target_group_arn @target_group_arn end |
#target_group_name ⇒ ::String
Returns the value of attribute target_group_name.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def target_group_name @target_group_name end |
#target_type ⇒ "instance", ...
Returns the value of attribute target_type.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def target_type @target_type end |
#unhealthy_threshold_count ⇒ ::Integer
Returns the value of attribute unhealthy_threshold_count.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def unhealthy_threshold_count @unhealthy_threshold_count end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def vpc_id @vpc_id end |