Class: Aws::Types::DestinationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DestinationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_ip ⇒ ::String
Returns the value of attribute destination_ip.
-
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
-
#interface ⇒ Types::Interface
Returns the value of attribute interface.
-
#outbound_ip ⇒ ::String
Returns the value of attribute outbound_ip.
Instance Attribute Details
#destination_ip ⇒ ::String
Returns the value of attribute destination_ip.
623 624 625 |
# File 'sig/types.rbs', line 623 def destination_ip @destination_ip end |
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
624 625 626 |
# File 'sig/types.rbs', line 624 def destination_port @destination_port end |
#interface ⇒ Types::Interface
Returns the value of attribute interface.
625 626 627 |
# File 'sig/types.rbs', line 625 def interface @interface end |
#outbound_ip ⇒ ::String
Returns the value of attribute outbound_ip.
626 627 628 |
# File 'sig/types.rbs', line 626 def outbound_ip @outbound_ip end |