Class: Aws::Types::DisassociateClientVpnTargetNetworkRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


8556
8557
8558
# File 'sig/types.rbs', line 8556

def association_id
  @association_id
end

#client_vpn_endpoint_id::String

Returns the value of attribute client_vpn_endpoint_id.

Returns:

  • (::String)


8555
8556
8557
# File 'sig/types.rbs', line 8555

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8557
8558
8559
# File 'sig/types.rbs', line 8557

def dry_run
  @dry_run
end