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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_vpn_endpointsArray<Types::ClientVpnEndpoint>

Information about the Client VPN endpoints.

Returns:



17384
17385
17386
17387
17388
17389
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17384

class DescribeClientVpnEndpointsResult < Struct.new(
  :client_vpn_endpoints,
  :next_token)
  SENSITIVE = []
  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)


17384
17385
17386
17387
17388
17389
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17384

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