Class: Aws::Types::PortMapping
- Inherits:
-
Object
- Object
- Aws::Types::PortMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accelerator_port ⇒ ::Integer
Returns the value of attribute accelerator_port.
-
#destination_socket_address ⇒ Types::SocketAddress
Returns the value of attribute destination_socket_address.
-
#destination_traffic_state ⇒ "ALLOW", "DENY"
Returns the value of attribute destination_traffic_state.
-
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
-
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
-
#protocols ⇒ ::Array[("TCP" | "UDP")]
Returns the value of attribute protocols.
Instance Attribute Details
#accelerator_port ⇒ ::Integer
Returns the value of attribute accelerator_port.
744 745 746 |
# File 'sig/types.rbs', line 744 def accelerator_port @accelerator_port end |
#destination_socket_address ⇒ Types::SocketAddress
Returns the value of attribute destination_socket_address.
747 748 749 |
# File 'sig/types.rbs', line 747 def destination_socket_address @destination_socket_address end |
#destination_traffic_state ⇒ "ALLOW", "DENY"
Returns the value of attribute destination_traffic_state.
749 750 751 |
# File 'sig/types.rbs', line 749 def destination_traffic_state @destination_traffic_state end |
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
745 746 747 |
# File 'sig/types.rbs', line 745 def endpoint_group_arn @endpoint_group_arn end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
746 747 748 |
# File 'sig/types.rbs', line 746 def endpoint_id @endpoint_id end |
#protocols ⇒ ::Array[("TCP" | "UDP")]
Returns the value of attribute protocols.
748 749 750 |
# File 'sig/types.rbs', line 748 def protocols @protocols end |