Class: Aws::Types::InputDestination
- Inherits:
-
Object
- Object
- Aws::Types::InputDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip ⇒ ::String
Returns the value of attribute ip.
-
#network ⇒ ::String
Returns the value of attribute network.
-
#network_routes ⇒ ::Array[Types::InputDestinationRoute]
Returns the value of attribute network_routes.
-
#port ⇒ ::String
Returns the value of attribute port.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#vpc ⇒ Types::InputDestinationVpc
Returns the value of attribute vpc.
Instance Attribute Details
#ip ⇒ ::String
Returns the value of attribute ip.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def ip @ip end |
#network ⇒ ::String
Returns the value of attribute network.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def network @network end |
#network_routes ⇒ ::Array[Types::InputDestinationRoute]
Returns the value of attribute network_routes.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def network_routes @network_routes end |
#port ⇒ ::String
Returns the value of attribute port.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def port @port end |
#url ⇒ ::String
Returns the value of attribute url.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def url @url end |
#vpc ⇒ Types::InputDestinationVpc
Returns the value of attribute vpc.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def vpc @vpc end |