Class: Aws::Types::ModifyVpnTunnelCertificateRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


14455
14456
14457
# File 'sig/types.rbs', line 14455

def vpn_tunnel_outside_ip_address
  @vpn_tunnel_outside_ip_address
end