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.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def network @network end |
#network_routes ⇒ ::Array[Types::InputRequestDestinationRoute]
Returns the value of attribute network_routes.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def network_routes @network_routes end |
#static_ip_address ⇒ ::String
Returns the value of attribute static_ip_address.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def static_ip_address @static_ip_address end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def stream_name @stream_name end |