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.
14456 14457 14458 |
# File 'sig/types.rbs', line 14456 def dry_run @dry_run end |
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
14454 14455 14456 |
# File 'sig/types.rbs', line 14454 def vpn_connection_id @vpn_connection_id end |
#vpn_tunnel_outside_ip_address ⇒ ::String
Returns the value of attribute vpn_tunnel_outside_ip_address.
14455 14456 14457 |
# File 'sig/types.rbs', line 14455 def vpn_tunnel_outside_ip_address @vpn_tunnel_outside_ip_address end |