Class: Aws::EC2::Types::DescribeClientVpnTargetNetworksResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#client_vpn_target_networksArray<Types::TargetNetwork>

Information about the associated target networks.

Returns:



10047
10048
10049
10050
10051
# File 'lib/aws-sdk-ec2/types.rb', line 10047

class DescribeClientVpnTargetNetworksResult < Struct.new(
  :client_vpn_target_networks,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


10047
10048
10049
10050
10051
# File 'lib/aws-sdk-ec2/types.rb', line 10047

class DescribeClientVpnTargetNetworksResult < Struct.new(
  :client_vpn_target_networks,
  :next_token)
  include Aws::Structure
end