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.
14727 14728 14729 |
# File 'sig/types.rbs', line 14727 def dry_run @dry_run end |
#local_ipv_4_network_cidr ⇒ ::String
Returns the value of attribute local_ipv_4_network_cidr.
14722 14723 14724 |
# File 'sig/types.rbs', line 14722 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.
14724 14725 14726 |
# File 'sig/types.rbs', line 14724 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.
14723 14724 14725 |
# File 'sig/types.rbs', line 14723 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.
14725 14726 14727 |
# File 'sig/types.rbs', line 14725 def remote_ipv_6_network_cidr @remote_ipv_6_network_cidr end |
#tunnel_bandwidth ⇒ "standard", "large"
Returns the value of attribute tunnel_bandwidth.
14726 14727 14728 |
# File 'sig/types.rbs', line 14726 def tunnel_bandwidth @tunnel_bandwidth end |
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
14721 14722 14723 |
# File 'sig/types.rbs', line 14721 def vpn_connection_id @vpn_connection_id end |