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.
19344 19345 19346 |
# File 'sig/types.rbs', line 19344 def config @config end |
#routes ⇒ ::Array[Types::VerifiedAccessInstanceOpenVpnClientConfigurationRoute]
Returns the value of attribute routes.
19345 19346 19347 |
# File 'sig/types.rbs', line 19345 def routes @routes end |