Class: Aws::Types::StandardRouterInputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::StandardRouterInputConfiguration
- 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::RouterInputProtocolConfiguration
Returns the value of attribute protocol_configuration.
Instance Attribute Details
#network_interface_arn ⇒ ::String
Returns the value of attribute network_interface_arn.
2184 2185 2186 |
# File 'sig/types.rbs', line 2184 def network_interface_arn @network_interface_arn end |
#protocol ⇒ "RTP", ...
Returns the value of attribute protocol.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def protocol @protocol end |
#protocol_configuration ⇒ Types::RouterInputProtocolConfiguration
Returns the value of attribute protocol_configuration.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def protocol_configuration @protocol_configuration end |