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.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def ip @ip end |
#network ⇒ ::String
Returns the value of attribute network.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def network @network end |
#network_routes ⇒ ::Array[Types::InputDestinationRoute]
Returns the value of attribute network_routes.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def network_routes @network_routes end |
#port ⇒ ::String
Returns the value of attribute port.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def port @port end |
#url ⇒ ::String
Returns the value of attribute url.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def url @url end |
#vpc ⇒ Types::InputDestinationVpc
Returns the value of attribute vpc.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def vpc @vpc end |