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)


8345
8346
8347
# File 'sig/types.rbs', line 8345

def association_id
  @association_id
end

#client_vpn_endpoint_id::String

Returns the value of attribute client_vpn_endpoint_id.

Returns:

  • (::String)


8344
8345
8346
# File 'sig/types.rbs', line 8344

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8346
8347
8348
# File 'sig/types.rbs', line 8346

def dry_run
  @dry_run
end