Class: Aws::Types::DescribeVpnConcentratorsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpnConcentratorsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#vpn_concentrators ⇒ ::Array[Types::VpnConcentrator]
Returns the value of attribute vpn_concentrators.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
8084 8085 8086 |
# File 'sig/types.rbs', line 8084 def next_token @next_token end |
#vpn_concentrators ⇒ ::Array[Types::VpnConcentrator]
Returns the value of attribute vpn_concentrators.
8083 8084 8085 |
# File 'sig/types.rbs', line 8083 def vpn_concentrators @vpn_concentrators end |