Class: Aws::Types::DestinationConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DestinationConfigurationRequest
- 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::InterfaceRequest
Returns the value of attribute interface.
Instance Attribute Details
#destination_ip ⇒ ::String
Returns the value of attribute destination_ip.
631 632 633 |
# File 'sig/types.rbs', line 631 def destination_ip @destination_ip end |
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
632 633 634 |
# File 'sig/types.rbs', line 632 def destination_port @destination_port end |
#interface ⇒ Types::InterfaceRequest
Returns the value of attribute interface.
633 634 635 |
# File 'sig/types.rbs', line 633 def interface @interface end |