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