Class: Aws::Types::TerminateClientVpnConnectionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_vpn_endpoint_id::String

Returns the value of attribute client_vpn_endpoint_id.

Returns:

  • (::String)


18042
18043
18044
# File 'sig/types.rbs', line 18042

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


18043
18044
18045
# File 'sig/types.rbs', line 18043

def connection_id
  @connection_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


18045
18046
18047
# File 'sig/types.rbs', line 18045

def dry_run
  @dry_run
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


18044
18045
18046
# File 'sig/types.rbs', line 18044

def username
  @username
end