Class: Aws::Types::ModifyVpnConnectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_gateway_id::String

Returns the value of attribute customer_gateway_id.

Returns:

  • (::String)


15084
15085
15086
# File 'sig/types.rbs', line 15084

def customer_gateway_id
  @customer_gateway_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


15086
15087
15088
# File 'sig/types.rbs', line 15086

def dry_run
  @dry_run
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


15083
15084
15085
# File 'sig/types.rbs', line 15083

def transit_gateway_id
  @transit_gateway_id
end

#vpn_connection_id::String

Returns the value of attribute vpn_connection_id.

Returns:

  • (::String)


15082
15083
15084
# File 'sig/types.rbs', line 15082

def vpn_connection_id
  @vpn_connection_id
end

#vpn_gateway_id::String

Returns the value of attribute vpn_gateway_id.

Returns:

  • (::String)


15085
15086
15087
# File 'sig/types.rbs', line 15085

def vpn_gateway_id
  @vpn_gateway_id
end