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.
8174 8175 8176 |
# File 'sig/types.rbs', line 8174 def next_token @next_token end |
#vpn_concentrators ⇒ ::Array[Types::VpnConcentrator]
Returns the value of attribute vpn_concentrators.
8173 8174 8175 |
# File 'sig/types.rbs', line 8173 def vpn_concentrators @vpn_concentrators end |