Class: Aws::Types::ModifyVpnTunnelOptionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tunnel_options])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14766
14767
14768
# File 'sig/types.rbs', line 14766

def dry_run
  @dry_run
end

#pre_shared_key_storage::String

Returns the value of attribute pre_shared_key_storage.

Returns:

  • (::String)


14768
14769
14770
# File 'sig/types.rbs', line 14768

def pre_shared_key_storage
  @pre_shared_key_storage
end

#skip_tunnel_replacementBoolean

Returns the value of attribute skip_tunnel_replacement.

Returns:

  • (Boolean)


14767
14768
14769
# File 'sig/types.rbs', line 14767

def skip_tunnel_replacement
  @skip_tunnel_replacement
end

#tunnel_optionsTypes::ModifyVpnTunnelOptionsSpecification

Returns the value of attribute tunnel_options.



14765
14766
14767
# File 'sig/types.rbs', line 14765

def tunnel_options
  @tunnel_options
end

#vpn_connection_id::String

Returns the value of attribute vpn_connection_id.

Returns:

  • (::String)


14763
14764
14765
# File 'sig/types.rbs', line 14763

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)


14764
14765
14766
# File 'sig/types.rbs', line 14764

def vpn_tunnel_outside_ip_address
  @vpn_tunnel_outside_ip_address
end