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)


14430
14431
14432
# File 'sig/types.rbs', line 14430

def dry_run
  @dry_run
end

#local_ipv_4_network_cidr::String

Returns the value of attribute local_ipv_4_network_cidr.

Returns:

  • (::String)


14425
14426
14427
# File 'sig/types.rbs', line 14425

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)


14427
14428
14429
# File 'sig/types.rbs', line 14427

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)


14426
14427
14428
# File 'sig/types.rbs', line 14426

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)


14428
14429
14430
# File 'sig/types.rbs', line 14428

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")


14429
14430
14431
# File 'sig/types.rbs', line 14429

def tunnel_bandwidth
  @tunnel_bandwidth
end

#vpn_connection_id::String

Returns the value of attribute vpn_connection_id.

Returns:

  • (::String)


14424
14425
14426
# File 'sig/types.rbs', line 14424

def vpn_connection_id
  @vpn_connection_id
end