Class: Aws::Types::DescribeClientVpnEndpointsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_vpn_endpoints::Array[Types::ClientVpnEndpoint]

Returns the value of attribute client_vpn_endpoints.

Returns:



5652
5653
5654
# File 'sig/types.rbs', line 5652

def client_vpn_endpoints
  @client_vpn_endpoints
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5653
5654
5655
# File 'sig/types.rbs', line 5653

def next_token
  @next_token
end