Class: Aws::EC2::Types::DescribeClientVpnConnectionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeClientVpnConnectionsResult
- Defined in:
- gems/aws-sdk-ec2/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.
19095 19096 19097 19098 19099 19100 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19095 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.
19095 19096 19097 19098 19099 19100 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19095 class DescribeClientVpnConnectionsResult < Struct.new( :connections, :next_token) SENSITIVE = [] include Aws::Structure end |