Class: Aws::Types::ModifyVpnTunnelCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVpnTunnelCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
-
#vpn_tunnel_outside_ip_address ⇒ ::String
Returns the value of attribute vpn_tunnel_outside_ip_address.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14753 14754 14755 |
# File 'sig/types.rbs', line 14753 def dry_run @dry_run end |
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
14751 14752 14753 |
# File 'sig/types.rbs', line 14751 def vpn_connection_id @vpn_connection_id end |
#vpn_tunnel_outside_ip_address ⇒ ::String
Returns the value of attribute vpn_tunnel_outside_ip_address.
14752 14753 14754 |
# File 'sig/types.rbs', line 14752 def vpn_tunnel_outside_ip_address @vpn_tunnel_outside_ip_address end |