Class: Aws::Types::CreateTargetGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateTargetGroupInput
- 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.
-
#matcher ⇒ Types::Matcher
Returns the value of attribute matcher.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_control_port ⇒ ::Integer
Returns the value of attribute target_control_port.
-
#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.
208 209 210 |
# File 'sig/types.rbs', line 208 def health_check_enabled @health_check_enabled end |
#health_check_interval_seconds ⇒ ::Integer
Returns the value of attribute health_check_interval_seconds.
210 211 212 |
# File 'sig/types.rbs', line 210 def health_check_interval_seconds @health_check_interval_seconds end |
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
209 210 211 |
# File 'sig/types.rbs', line 209 def health_check_path @health_check_path end |
#health_check_port ⇒ ::String
Returns the value of attribute health_check_port.
207 208 209 |
# File 'sig/types.rbs', line 207 def health_check_port @health_check_port end |
#health_check_protocol ⇒ "HTTP", ...
Returns the value of attribute health_check_protocol.
206 207 208 |
# File 'sig/types.rbs', line 206 def health_check_protocol @health_check_protocol end |
#health_check_timeout_seconds ⇒ ::Integer
Returns the value of attribute health_check_timeout_seconds.
211 212 213 |
# File 'sig/types.rbs', line 211 def health_check_timeout_seconds @health_check_timeout_seconds end |
#healthy_threshold_count ⇒ ::Integer
Returns the value of attribute healthy_threshold_count.
212 213 214 |
# File 'sig/types.rbs', line 212 def healthy_threshold_count @healthy_threshold_count end |
#ip_address_type ⇒ "ipv4", "ipv6"
Returns the value of attribute ip_address_type.
217 218 219 |
# File 'sig/types.rbs', line 217 def ip_address_type @ip_address_type end |
#matcher ⇒ Types::Matcher
Returns the value of attribute matcher.
214 215 216 |
# File 'sig/types.rbs', line 214 def matcher @matcher end |
#name ⇒ ::String
Returns the value of attribute name.
201 202 203 |
# File 'sig/types.rbs', line 201 def name @name end |
#port ⇒ ::Integer
Returns the value of attribute port.
204 205 206 |
# File 'sig/types.rbs', line 204 def port @port end |
#protocol ⇒ "HTTP", ...
Returns the value of attribute protocol.
202 203 204 |
# File 'sig/types.rbs', line 202 def protocol @protocol end |
#protocol_version ⇒ ::String
Returns the value of attribute protocol_version.
203 204 205 |
# File 'sig/types.rbs', line 203 def protocol_version @protocol_version end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
216 217 218 |
# File 'sig/types.rbs', line 216 def end |
#target_control_port ⇒ ::Integer
Returns the value of attribute target_control_port.
218 219 220 |
# File 'sig/types.rbs', line 218 def target_control_port @target_control_port end |
#target_type ⇒ "instance", ...
Returns the value of attribute target_type.
215 216 217 |
# File 'sig/types.rbs', line 215 def target_type @target_type end |
#unhealthy_threshold_count ⇒ ::Integer
Returns the value of attribute unhealthy_threshold_count.
213 214 215 |
# File 'sig/types.rbs', line 213 def unhealthy_threshold_count @unhealthy_threshold_count end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
205 206 207 |
# File 'sig/types.rbs', line 205 def vpc_id @vpc_id end |