Class: Aws::Types::DestinationPortMapping
- Inherits:
-
Object
- Object
- Aws::Types::DestinationPortMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accelerator_arn ⇒ ::String
Returns the value of attribute accelerator_arn.
-
#accelerator_socket_addresses ⇒ ::Array[Types::SocketAddress]
Returns the value of attribute accelerator_socket_addresses.
-
#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_group_region ⇒ ::String
Returns the value of attribute endpoint_group_region.
-
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
-
#ip_address_type ⇒ "IPV4", "DUAL_STACK"
Returns the value of attribute ip_address_type.
Instance Attribute Details
#accelerator_arn ⇒ ::String
Returns the value of attribute accelerator_arn.
465 466 467 |
# File 'sig/types.rbs', line 465 def accelerator_arn @accelerator_arn end |
#accelerator_socket_addresses ⇒ ::Array[Types::SocketAddress]
Returns the value of attribute accelerator_socket_addresses.
466 467 468 |
# File 'sig/types.rbs', line 466 def accelerator_socket_addresses @accelerator_socket_addresses end |
#destination_socket_address ⇒ Types::SocketAddress
Returns the value of attribute destination_socket_address.
470 471 472 |
# File 'sig/types.rbs', line 470 def destination_socket_address @destination_socket_address end |
#destination_traffic_state ⇒ "ALLOW", "DENY"
Returns the value of attribute destination_traffic_state.
472 473 474 |
# File 'sig/types.rbs', line 472 def destination_traffic_state @destination_traffic_state end |
#endpoint_group_arn ⇒ ::String
Returns the value of attribute endpoint_group_arn.
467 468 469 |
# File 'sig/types.rbs', line 467 def endpoint_group_arn @endpoint_group_arn end |
#endpoint_group_region ⇒ ::String
Returns the value of attribute endpoint_group_region.
469 470 471 |
# File 'sig/types.rbs', line 469 def endpoint_group_region @endpoint_group_region end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
468 469 470 |
# File 'sig/types.rbs', line 468 def endpoint_id @endpoint_id end |
#ip_address_type ⇒ "IPV4", "DUAL_STACK"
Returns the value of attribute ip_address_type.
471 472 473 |
# File 'sig/types.rbs', line 471 def ip_address_type @ip_address_type end |