Class: Aws::Types::DescribeClientVpnTargetNetworksResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClientVpnTargetNetworksResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_vpn_target_networks ⇒ ::Array[Types::TargetNetwork]
Returns the value of attribute client_vpn_target_networks.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#client_vpn_target_networks ⇒ ::Array[Types::TargetNetwork]
Returns the value of attribute client_vpn_target_networks.
5683 5684 5685 |
# File 'sig/types.rbs', line 5683 def client_vpn_target_networks @client_vpn_target_networks end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5684 5685 5686 |
# File 'sig/types.rbs', line 5684 def next_token @next_token end |