Class: Aws::EC2::Types::DescribeClientVpnTargetNetworksResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeClientVpnTargetNetworksResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_vpn_target_networks ⇒ Array<Types::TargetNetwork>
Information about the associated target networks.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#client_vpn_target_networks ⇒ Array<Types::TargetNetwork>
Information about the associated target networks.
19140 19141 19142 19143 19144 19145 |
# File 'lib/aws-sdk-ec2/types.rb', line 19140 class DescribeClientVpnTargetNetworksResult < Struct.new( :client_vpn_target_networks, :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.
19140 19141 19142 19143 19144 19145 |
# File 'lib/aws-sdk-ec2/types.rb', line 19140 class DescribeClientVpnTargetNetworksResult < Struct.new( :client_vpn_target_networks, :next_token) SENSITIVE = [] include Aws::Structure end |