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