Class: Aws::Types::DescribeClientVpnEndpointsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClientVpnEndpointsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_vpn_endpoints ⇒ ::Array[Types::ClientVpnEndpoint]
Returns the value of attribute client_vpn_endpoints.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#client_vpn_endpoints ⇒ ::Array[Types::ClientVpnEndpoint]
Returns the value of attribute client_vpn_endpoints.
5469 5470 5471 |
# File 'sig/types.rbs', line 5469 def client_vpn_endpoints @client_vpn_endpoints end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5470 5471 5472 |
# File 'sig/types.rbs', line 5470 def next_token @next_token end |