Class: Aws::Types::VpnConnectionDeviceType
- Inherits:
-
Object
- Object
- Aws::Types::VpnConnectionDeviceType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#software ⇒ ::String
Returns the value of attribute software.
-
#vendor ⇒ ::String
Returns the value of attribute vendor.
-
#vpn_connection_device_type_id ⇒ ::String
Returns the value of attribute vpn_connection_device_type_id.
Instance Attribute Details
#platform ⇒ ::String
Returns the value of attribute platform.
19209 19210 19211 |
# File 'sig/types.rbs', line 19209 def platform @platform end |
#software ⇒ ::String
Returns the value of attribute software.
19210 19211 19212 |
# File 'sig/types.rbs', line 19210 def software @software end |
#vendor ⇒ ::String
Returns the value of attribute vendor.
19208 19209 19210 |
# File 'sig/types.rbs', line 19208 def vendor @vendor end |
#vpn_connection_device_type_id ⇒ ::String
Returns the value of attribute vpn_connection_device_type_id.
19207 19208 19209 |
# File 'sig/types.rbs', line 19207 def vpn_connection_device_type_id @vpn_connection_device_type_id end |