Class: Aws::Types::ModifyVpnConnectionOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVpnConnectionOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#local_ipv_4_network_cidr ⇒ ::String
Returns the value of attribute local_ipv_4_network_cidr.
-
#local_ipv_6_network_cidr ⇒ ::String
Returns the value of attribute local_ipv_6_network_cidr.
-
#remote_ipv_4_network_cidr ⇒ ::String
Returns the value of attribute remote_ipv_4_network_cidr.
-
#remote_ipv_6_network_cidr ⇒ ::String
Returns the value of attribute remote_ipv_6_network_cidr.
-
#tunnel_bandwidth ⇒ "standard", "large"
Returns the value of attribute tunnel_bandwidth.
-
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
15072 15073 15074 |
# File 'sig/types.rbs', line 15072 def dry_run @dry_run end |
#local_ipv_4_network_cidr ⇒ ::String
Returns the value of attribute local_ipv_4_network_cidr.
15067 15068 15069 |
# File 'sig/types.rbs', line 15067 def local_ipv_4_network_cidr @local_ipv_4_network_cidr end |
#local_ipv_6_network_cidr ⇒ ::String
Returns the value of attribute local_ipv_6_network_cidr.
15069 15070 15071 |
# File 'sig/types.rbs', line 15069 def local_ipv_6_network_cidr @local_ipv_6_network_cidr end |
#remote_ipv_4_network_cidr ⇒ ::String
Returns the value of attribute remote_ipv_4_network_cidr.
15068 15069 15070 |
# File 'sig/types.rbs', line 15068 def remote_ipv_4_network_cidr @remote_ipv_4_network_cidr end |
#remote_ipv_6_network_cidr ⇒ ::String
Returns the value of attribute remote_ipv_6_network_cidr.
15070 15071 15072 |
# File 'sig/types.rbs', line 15070 def remote_ipv_6_network_cidr @remote_ipv_6_network_cidr end |
#tunnel_bandwidth ⇒ "standard", "large"
Returns the value of attribute tunnel_bandwidth.
15071 15072 15073 |
# File 'sig/types.rbs', line 15071 def tunnel_bandwidth @tunnel_bandwidth end |
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
15066 15067 15068 |
# File 'sig/types.rbs', line 15066 def vpn_connection_id @vpn_connection_id end |