Class: Aws::Types::ReplaceVpnTunnelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#apply_pending_maintenanceBoolean

Returns the value of attribute apply_pending_maintenance.

Returns:

  • (Boolean)


16519
16520
16521
# File 'sig/types.rbs', line 16519

def apply_pending_maintenance
  @apply_pending_maintenance
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


16520
16521
16522
# File 'sig/types.rbs', line 16520

def dry_run
  @dry_run
end

#vpn_connection_id::String

Returns the value of attribute vpn_connection_id.

Returns:

  • (::String)


16517
16518
16519
# File 'sig/types.rbs', line 16517

def vpn_connection_id
  @vpn_connection_id
end

#vpn_tunnel_outside_ip_address::String

Returns the value of attribute vpn_tunnel_outside_ip_address.

Returns:

  • (::String)


16518
16519
16520
# File 'sig/types.rbs', line 16518

def vpn_tunnel_outside_ip_address
  @vpn_tunnel_outside_ip_address
end