Class: Aws::Types::UpdateEndpointGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEndpointGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_configurations ⇒ ::Array[Types::EndpointConfiguration]
Returns the value of attribute endpoint_configurations.
-
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
-
#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_configurations ⇒ ::Array[Types::EndpointConfiguration]
Returns the value of attribute endpoint_configurations.
912 913 914 |
# File 'sig/types.rbs', line 912 def endpoint_configurations @endpoint_configurations end |
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
911 912 913 |
# File 'sig/types.rbs', line 911 def endpoint_group_arn @endpoint_group_arn end |
#health_check_interval_seconds ⇒ ::Integer
Returns the value of attribute health_check_interval_seconds.
917 918 919 |
# File 'sig/types.rbs', line 917 def health_check_interval_seconds @health_check_interval_seconds end |
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
916 917 918 |
# File 'sig/types.rbs', line 916 def health_check_path @health_check_path end |
#health_check_port ⇒ ::Integer
Returns the value of attribute health_check_port.
914 915 916 |
# File 'sig/types.rbs', line 914 def health_check_port @health_check_port end |
#health_check_protocol ⇒ "TCP", ...
Returns the value of attribute health_check_protocol.
915 916 917 |
# File 'sig/types.rbs', line 915 def health_check_protocol @health_check_protocol end |
#port_overrides ⇒ ::Array[Types::PortOverride]
Returns the value of attribute port_overrides.
919 920 921 |
# File 'sig/types.rbs', line 919 def port_overrides @port_overrides end |
#threshold_count ⇒ ::Integer
Returns the value of attribute threshold_count.
918 919 920 |
# File 'sig/types.rbs', line 918 def threshold_count @threshold_count end |
#traffic_dial_percentage ⇒ ::Float
Returns the value of attribute traffic_dial_percentage.
913 914 915 |
# File 'sig/types.rbs', line 913 def traffic_dial_percentage @traffic_dial_percentage end |