Class: Aws::Types::InputDestinationRequest
- Inherits:
-
Object
- Object
- Aws::Types::InputDestinationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network ⇒ ::String
Returns the value of attribute network.
-
#network_routes ⇒ ::Array[Types::InputRequestDestinationRoute]
Returns the value of attribute network_routes.
-
#static_ip_address ⇒ ::String
Returns the value of attribute static_ip_address.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#network ⇒ ::String
Returns the value of attribute network.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def network @network end |
#network_routes ⇒ ::Array[Types::InputRequestDestinationRoute]
Returns the value of attribute network_routes.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def network_routes @network_routes end |
#static_ip_address ⇒ ::String
Returns the value of attribute static_ip_address.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def static_ip_address @static_ip_address end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def stream_name @stream_name end |