Class: Aws::Types::StandardRouterOutputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::StandardRouterOutputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_interface_arn ⇒ ::String
Returns the value of attribute network_interface_arn.
-
#protocol ⇒ "RTP", ...
Returns the value of attribute protocol.
-
#protocol_configuration ⇒ Types::RouterOutputProtocolConfiguration
Returns the value of attribute protocol_configuration.
Instance Attribute Details
#network_interface_arn ⇒ ::String
Returns the value of attribute network_interface_arn.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def network_interface_arn @network_interface_arn end |
#protocol ⇒ "RTP", ...
Returns the value of attribute protocol.
2198 2199 2200 |
# File 'sig/types.rbs', line 2198 def protocol @protocol end |
#protocol_configuration ⇒ Types::RouterOutputProtocolConfiguration
Returns the value of attribute protocol_configuration.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def protocol_configuration @protocol_configuration end |