Class: Aws::Types::AllowCustomRoutingTrafficRequest
- Inherits:
-
Object
- Object
- Aws::Types::AllowCustomRoutingTrafficRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_all_traffic_to_endpoint ⇒ Boolean
Returns the value of attribute allow_all_traffic_to_endpoint.
-
#destination_addresses ⇒ ::Array[::String]
Returns the value of attribute destination_addresses.
-
#destination_ports ⇒ ::Array[::Integer]
Returns the value of attribute destination_ports.
-
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
-
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
Instance Attribute Details
#allow_all_traffic_to_endpoint ⇒ Boolean
Returns the value of attribute allow_all_traffic_to_endpoint.
93 94 95 |
# File 'sig/types.rbs', line 93 def allow_all_traffic_to_endpoint @allow_all_traffic_to_endpoint end |
#destination_addresses ⇒ ::Array[::String]
Returns the value of attribute destination_addresses.
91 92 93 |
# File 'sig/types.rbs', line 91 def destination_addresses @destination_addresses end |
#destination_ports ⇒ ::Array[::Integer]
Returns the value of attribute destination_ports.
92 93 94 |
# File 'sig/types.rbs', line 92 def destination_ports @destination_ports end |
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
89 90 91 |
# File 'sig/types.rbs', line 89 def endpoint_group_arn @endpoint_group_arn end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
90 91 92 |
# File 'sig/types.rbs', line 90 def endpoint_id @endpoint_id end |