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)


3960
3961
3962
# File 'sig/types.rbs', line 3960

def customer_gateway_id
  @customer_gateway_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3967
3968
3969
# File 'sig/types.rbs', line 3967

def dry_run
  @dry_run
end

#optionsTypes::VpnConnectionOptionsSpecification

Returns the value of attribute options.



3968
3969
3970
# File 'sig/types.rbs', line 3968

def options
  @options
end

#pre_shared_key_storage::String

Returns the value of attribute pre_shared_key_storage.

Returns:

  • (::String)


3966
3967
3968
# File 'sig/types.rbs', line 3966

def pre_shared_key_storage
  @pre_shared_key_storage
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3965
3966
3967
# File 'sig/types.rbs', line 3965

def tag_specifications
  @tag_specifications
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


3963
3964
3965
# File 'sig/types.rbs', line 3963

def transit_gateway_id
  @transit_gateway_id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


3961
3962
3963
# File 'sig/types.rbs', line 3961

def type
  @type
end

#vpn_concentrator_id::String

Returns the value of attribute vpn_concentrator_id.

Returns:

  • (::String)


3964
3965
3966
# File 'sig/types.rbs', line 3964

def vpn_concentrator_id
  @vpn_concentrator_id
end

#vpn_gateway_id::String

Returns the value of attribute vpn_gateway_id.

Returns:

  • (::String)


3962
3963
3964
# File 'sig/types.rbs', line 3962

def vpn_gateway_id
  @vpn_gateway_id
end