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.
14430 14431 14432 |
# File 'sig/types.rbs', line 14430 def dry_run @dry_run end |
#local_ipv_4_network_cidr ⇒ ::String
Returns the value of attribute local_ipv_4_network_cidr.
14425 14426 14427 |
# File 'sig/types.rbs', line 14425 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.
14427 14428 14429 |
# File 'sig/types.rbs', line 14427 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.
14426 14427 14428 |
# File 'sig/types.rbs', line 14426 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.
14428 14429 14430 |
# File 'sig/types.rbs', line 14428 def remote_ipv_6_network_cidr @remote_ipv_6_network_cidr end |
#tunnel_bandwidth ⇒ "standard", "large"
Returns the value of attribute tunnel_bandwidth.
14429 14430 14431 |
# File 'sig/types.rbs', line 14429 def tunnel_bandwidth @tunnel_bandwidth end |
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
14424 14425 14426 |
# File 'sig/types.rbs', line 14424 def vpn_connection_id @vpn_connection_id end |