Class: Aws::Types::EndpointGroup
- Inherits:
-
Object
- Object
- Aws::Types::EndpointGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_descriptions ⇒ ::Array[Types::EndpointDescription]
Returns the value of attribute endpoint_descriptions.
-
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
-
#endpoint_group_region ⇒ ::String
Returns the value of attribute endpoint_group_region.
-
#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 ⇒ ::Integer
Returns the value of attribute health_check_port.
-
#health_check_protocol ⇒ "TCP", ...
Returns the value of attribute health_check_protocol.
-
#port_overrides ⇒ ::Array[Types::PortOverride]
Returns the value of attribute port_overrides.
-
#threshold_count ⇒ ::Integer
Returns the value of attribute threshold_count.
-
#traffic_dial_percentage ⇒ ::Float
Returns the value of attribute traffic_dial_percentage.
Instance Attribute Details
#endpoint_descriptions ⇒ ::Array[Types::EndpointDescription]
Returns the value of attribute endpoint_descriptions.
501 502 503 |
# File 'sig/types.rbs', line 501 def endpoint_descriptions @endpoint_descriptions end |
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
499 500 501 |
# File 'sig/types.rbs', line 499 def endpoint_group_arn @endpoint_group_arn end |
#endpoint_group_region ⇒ ::String
Returns the value of attribute endpoint_group_region.
500 501 502 |
# File 'sig/types.rbs', line 500 def endpoint_group_region @endpoint_group_region end |
#health_check_interval_seconds ⇒ ::Integer
Returns the value of attribute health_check_interval_seconds.
506 507 508 |
# File 'sig/types.rbs', line 506 def health_check_interval_seconds @health_check_interval_seconds end |
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
505 506 507 |
# File 'sig/types.rbs', line 505 def health_check_path @health_check_path end |
#health_check_port ⇒ ::Integer
Returns the value of attribute health_check_port.
503 504 505 |
# File 'sig/types.rbs', line 503 def health_check_port @health_check_port end |
#health_check_protocol ⇒ "TCP", ...
Returns the value of attribute health_check_protocol.
504 505 506 |
# File 'sig/types.rbs', line 504 def health_check_protocol @health_check_protocol end |
#port_overrides ⇒ ::Array[Types::PortOverride]
Returns the value of attribute port_overrides.
508 509 510 |
# File 'sig/types.rbs', line 508 def port_overrides @port_overrides end |
#threshold_count ⇒ ::Integer
Returns the value of attribute threshold_count.
507 508 509 |
# File 'sig/types.rbs', line 507 def threshold_count @threshold_count end |
#traffic_dial_percentage ⇒ ::Float
Returns the value of attribute traffic_dial_percentage.
502 503 504 |
# File 'sig/types.rbs', line 502 def traffic_dial_percentage @traffic_dial_percentage end |