Class: Aws::Types::DeleteVpnConnectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


5106
5107
5108
# File 'sig/types.rbs', line 5106

def dry_run
  @dry_run
end

#vpn_connection_id::String

Returns the value of attribute vpn_connection_id.

Returns:

  • (::String)


5105
5106
5107
# File 'sig/types.rbs', line 5105

def vpn_connection_id
  @vpn_connection_id
end