Class: Aws::EC2::Types::DescribeClientVpnEndpointsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeClientVpnEndpointsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_vpn_endpoints ⇒ Array<Types::ClientVpnEndpoint>
Information about the Client VPN endpoints.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#client_vpn_endpoints ⇒ Array<Types::ClientVpnEndpoint>
Information about the Client VPN endpoints.
19009 19010 19011 19012 19013 19014 |
# File 'lib/aws-sdk-ec2/types.rb', line 19009 class DescribeClientVpnEndpointsResult < Struct.new( :client_vpn_endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
19009 19010 19011 19012 19013 19014 |
# File 'lib/aws-sdk-ec2/types.rb', line 19009 class DescribeClientVpnEndpointsResult < Struct.new( :client_vpn_endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |