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