Class: Aws::EC2::Types::DescribeClientVpnConnectionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeClientVpnConnectionsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connections ⇒ Array<Types::ClientVpnConnection>
Information about the active and terminated client connections.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#connections ⇒ Array<Types::ClientVpnConnection>
Information about the active and terminated client connections.
18950 18951 18952 18953 18954 18955 |
# File 'lib/aws-sdk-ec2/types.rb', line 18950 class DescribeClientVpnConnectionsResult < Struct.new( :connections, :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.
18950 18951 18952 18953 18954 18955 |
# File 'lib/aws-sdk-ec2/types.rb', line 18950 class DescribeClientVpnConnectionsResult < Struct.new( :connections, :next_token) SENSITIVE = [] include Aws::Structure end |