Class: Aws::EC2::Types::DescribeClientVpnEndpointsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#client_vpn_endpointsArray<Types::ClientVpnEndpoint>

Information about the Client VPN endpoints.

Returns:



9903
9904
9905
9906
9907
# File 'lib/aws-sdk-ec2/types.rb', line 9903

class DescribeClientVpnEndpointsResult < Struct.new(
  :client_vpn_endpoints,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


9903
9904
9905
9906
9907
# File 'lib/aws-sdk-ec2/types.rb', line 9903

class DescribeClientVpnEndpointsResult < Struct.new(
  :client_vpn_endpoints,
  :next_token)
  include Aws::Structure
end