Class: Aws::EC2::Types::DescribeClientVpnRoutesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeClientVpnRoutesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#routes ⇒ Array<Types::ClientVpnRoute>
Information about the Client VPN endpoint routes.
Instance Attribute Details
#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.
19072 19073 19074 19075 19076 19077 |
# File 'lib/aws-sdk-ec2/types.rb', line 19072 class DescribeClientVpnRoutesResult < Struct.new( :routes, :next_token) SENSITIVE = [] include Aws::Structure end |
#routes ⇒ Array<Types::ClientVpnRoute>
Information about the Client VPN endpoint routes.
19072 19073 19074 19075 19076 19077 |
# File 'lib/aws-sdk-ec2/types.rb', line 19072 class DescribeClientVpnRoutesResult < Struct.new( :routes, :next_token) SENSITIVE = [] include Aws::Structure end |