Class: Aws::Types::VerifiedAccessInstanceOpenVpnClientConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessInstanceOpenVpnClientConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config ⇒ ::String
Returns the value of attribute config.
-
#routes ⇒ ::Array[Types::VerifiedAccessInstanceOpenVpnClientConfigurationRoute]
Returns the value of attribute routes.
Instance Attribute Details
#config ⇒ ::String
Returns the value of attribute config.
19005 19006 19007 |
# File 'sig/types.rbs', line 19005 def config @config end |
#routes ⇒ ::Array[Types::VerifiedAccessInstanceOpenVpnClientConfigurationRoute]
Returns the value of attribute routes.
19006 19007 19008 |
# File 'sig/types.rbs', line 19006 def routes @routes end |