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.
15092 15093 15094 |
# File 'sig/types.rbs', line 15092 def dry_run @dry_run end |
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
15090 15091 15092 |
# File 'sig/types.rbs', line 15090 def vpn_connection_id @vpn_connection_id end |
#vpn_tunnel_outside_ip_address ⇒ ::String
Returns the value of attribute vpn_tunnel_outside_ip_address.
15091 15092 15093 |
# File 'sig/types.rbs', line 15091 def vpn_tunnel_outside_ip_address @vpn_tunnel_outside_ip_address end |