Class: Aws::Types::CreateEndpointGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEndpointGroupRequest
- 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_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.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#listener_arn ⇒ ::String
Returns the value of attribute listener_arn.
-
#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.
223 224 225 |
# File 'sig/types.rbs', line 223 def endpoint_configurations @endpoint_configurations end |
#endpoint_group_region ⇒ ::String
Returns the value of attribute endpoint_group_region.
222 223 224 |
# File 'sig/types.rbs', line 222 def endpoint_group_region @endpoint_group_region end |
#health_check_interval_seconds ⇒ ::Integer
Returns the value of attribute health_check_interval_seconds.
228 229 230 |
# File 'sig/types.rbs', line 228 def health_check_interval_seconds @health_check_interval_seconds end |
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
227 228 229 |
# File 'sig/types.rbs', line 227 def health_check_path @health_check_path end |
#health_check_port ⇒ ::Integer
Returns the value of attribute health_check_port.
225 226 227 |
# File 'sig/types.rbs', line 225 def health_check_port @health_check_port end |
#health_check_protocol ⇒ "TCP", ...
Returns the value of attribute health_check_protocol.
226 227 228 |
# File 'sig/types.rbs', line 226 def health_check_protocol @health_check_protocol end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
230 231 232 |
# File 'sig/types.rbs', line 230 def idempotency_token @idempotency_token end |
#listener_arn ⇒ ::String
Returns the value of attribute listener_arn.
221 222 223 |
# File 'sig/types.rbs', line 221 def listener_arn @listener_arn end |
#port_overrides ⇒ ::Array[Types::PortOverride]
Returns the value of attribute port_overrides.
231 232 233 |
# File 'sig/types.rbs', line 231 def port_overrides @port_overrides end |
#threshold_count ⇒ ::Integer
Returns the value of attribute threshold_count.
229 230 231 |
# File 'sig/types.rbs', line 229 def threshold_count @threshold_count end |
#traffic_dial_percentage ⇒ ::Float
Returns the value of attribute traffic_dial_percentage.
224 225 226 |
# File 'sig/types.rbs', line 224 def traffic_dial_percentage @traffic_dial_percentage end |