Class: Aws::Types::MergeRouterInputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MergeRouterInputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#merge_recovery_window_milliseconds ⇒ ::Integer
Returns the value of attribute merge_recovery_window_milliseconds.
-
#network_interface_arn ⇒ ::String
Returns the value of attribute network_interface_arn.
-
#protocol_configurations ⇒ ::Array[Types::MergeRouterInputProtocolConfiguration]
Returns the value of attribute protocol_configurations.
Instance Attribute Details
#merge_recovery_window_milliseconds ⇒ ::Integer
Returns the value of attribute merge_recovery_window_milliseconds.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def merge_recovery_window_milliseconds @merge_recovery_window_milliseconds end |
#network_interface_arn ⇒ ::String
Returns the value of attribute network_interface_arn.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def network_interface_arn @network_interface_arn end |
#protocol_configurations ⇒ ::Array[Types::MergeRouterInputProtocolConfiguration]
Returns the value of attribute protocol_configurations.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def protocol_configurations @protocol_configurations end |