Class: Aws::Types::AwsEc2VpnConnectionOptionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2VpnConnectionOptionsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#static_routes_only ⇒ Boolean
Returns the value of attribute static_routes_only.
-
#tunnel_options ⇒ ::Array[Types::AwsEc2VpnConnectionOptionsTunnelOptionsDetails]
Returns the value of attribute tunnel_options.
Instance Attribute Details
#static_routes_only ⇒ Boolean
Returns the value of attribute static_routes_only.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def static_routes_only @static_routes_only end |
#tunnel_options ⇒ ::Array[Types::AwsEc2VpnConnectionOptionsTunnelOptionsDetails]
Returns the value of attribute tunnel_options.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def @tunnel_options end |