Class: Aws::Types::MergeRouterInputConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#merge_recovery_window_milliseconds::Integer

Returns the value of attribute merge_recovery_window_milliseconds.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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