Class: Aws::EC2::Types::DescribeClientVpnEndpointsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeClientVpnEndpointsResult
- Defined in:
- gems/aws-sdk-ec2/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.
19051 19052 19053 19054 19055 19056 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19051 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.
19051 19052 19053 19054 19055 19056 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19051 class DescribeClientVpnEndpointsResult < Struct.new( :client_vpn_endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |