Class: Aws::Types::ModifyVpnConnectionOptionsRequest

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)


14727
14728
14729
# File 'sig/types.rbs', line 14727

def dry_run
  @dry_run
end

#local_ipv_4_network_cidr::String

Returns the value of attribute local_ipv_4_network_cidr.

Returns:

  • (::String)


14722
14723
14724
# File 'sig/types.rbs', line 14722

def local_ipv_4_network_cidr
  @local_ipv_4_network_cidr
end

#local_ipv_6_network_cidr::String

Returns the value of attribute local_ipv_6_network_cidr.

Returns:

  • (::String)


14724
14725
14726
# File 'sig/types.rbs', line 14724

def local_ipv_6_network_cidr
  @local_ipv_6_network_cidr
end

#remote_ipv_4_network_cidr::String

Returns the value of attribute remote_ipv_4_network_cidr.

Returns:

  • (::String)


14723
14724
14725
# File 'sig/types.rbs', line 14723

def remote_ipv_4_network_cidr
  @remote_ipv_4_network_cidr
end

#remote_ipv_6_network_cidr::String

Returns the value of attribute remote_ipv_6_network_cidr.

Returns:

  • (::String)


14725
14726
14727
# File 'sig/types.rbs', line 14725

def remote_ipv_6_network_cidr
  @remote_ipv_6_network_cidr
end

#tunnel_bandwidth"standard", "large"

Returns the value of attribute tunnel_bandwidth.

Returns:

  • ("standard", "large")


14726
14727
14728
# File 'sig/types.rbs', line 14726

def tunnel_bandwidth
  @tunnel_bandwidth
end

#vpn_connection_id::String

Returns the value of attribute vpn_connection_id.

Returns:

  • (::String)


14721
14722
14723
# File 'sig/types.rbs', line 14721

def vpn_connection_id
  @vpn_connection_id
end