Class: Aws::Types::GetVpnConnectionDeviceTypesResult
- Inherits:
-
Object
- Object
- Aws::Types::GetVpnConnectionDeviceTypesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#vpn_connection_device_types ⇒ ::Array[Types::VpnConnectionDeviceType]
Returns the value of attribute vpn_connection_device_types.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
10614 10615 10616 |
# File 'sig/types.rbs', line 10614 def next_token @next_token end |
#vpn_connection_device_types ⇒ ::Array[Types::VpnConnectionDeviceType]
Returns the value of attribute vpn_connection_device_types.
10613 10614 10615 |
# File 'sig/types.rbs', line 10613 def vpn_connection_device_types @vpn_connection_device_types end |