Class: Aws::Types::DenyCustomRoutingTrafficRequest
- Inherits:
-
Object
- Object
- Aws::Types::DenyCustomRoutingTrafficRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deny_all_traffic_to_endpoint ⇒ Boolean
Returns the value of attribute deny_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
#deny_all_traffic_to_endpoint ⇒ Boolean
Returns the value of attribute deny_all_traffic_to_endpoint.
360 361 362 |
# File 'sig/types.rbs', line 360 def deny_all_traffic_to_endpoint @deny_all_traffic_to_endpoint end |
#destination_addresses ⇒ ::Array[::String]
Returns the value of attribute destination_addresses.
358 359 360 |
# File 'sig/types.rbs', line 358 def destination_addresses @destination_addresses end |
#destination_ports ⇒ ::Array[::Integer]
Returns the value of attribute destination_ports.
359 360 361 |
# File 'sig/types.rbs', line 359 def destination_ports @destination_ports end |
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
356 357 358 |
# File 'sig/types.rbs', line 356 def endpoint_group_arn @endpoint_group_arn end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
357 358 359 |
# File 'sig/types.rbs', line 357 def endpoint_id @endpoint_id end |