Class: Aws::Types::CreateVpnConnectionRequest

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)


4010
4011
4012
# File 'sig/types.rbs', line 4010

def customer_gateway_id
  @customer_gateway_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4017
4018
4019
# File 'sig/types.rbs', line 4017

def dry_run
  @dry_run
end

#optionsTypes::VpnConnectionOptionsSpecification

Returns the value of attribute options.



4018
4019
4020
# File 'sig/types.rbs', line 4018

def options
  @options
end

#pre_shared_key_storage::String

Returns the value of attribute pre_shared_key_storage.

Returns:

  • (::String)


4016
4017
4018
# File 'sig/types.rbs', line 4016

def pre_shared_key_storage
  @pre_shared_key_storage
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



4015
4016
4017
# File 'sig/types.rbs', line 4015

def tag_specifications
  @tag_specifications
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


4013
4014
4015
# File 'sig/types.rbs', line 4013

def transit_gateway_id
  @transit_gateway_id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


4011
4012
4013
# File 'sig/types.rbs', line 4011

def type
  @type
end

#vpn_concentrator_id::String

Returns the value of attribute vpn_concentrator_id.

Returns:

  • (::String)


4014
4015
4016
# File 'sig/types.rbs', line 4014

def vpn_concentrator_id
  @vpn_concentrator_id
end

#vpn_gateway_id::String

Returns the value of attribute vpn_gateway_id.

Returns:

  • (::String)


4012
4013
4014
# File 'sig/types.rbs', line 4012

def vpn_gateway_id
  @vpn_gateway_id
end