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)


3848
3849
3850
# File 'sig/types.rbs', line 3848

def customer_gateway_id
  @customer_gateway_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3855
3856
3857
# File 'sig/types.rbs', line 3855

def dry_run
  @dry_run
end

#optionsTypes::VpnConnectionOptionsSpecification

Returns the value of attribute options.



3856
3857
3858
# File 'sig/types.rbs', line 3856

def options
  @options
end

#pre_shared_key_storage::String

Returns the value of attribute pre_shared_key_storage.

Returns:

  • (::String)


3854
3855
3856
# File 'sig/types.rbs', line 3854

def pre_shared_key_storage
  @pre_shared_key_storage
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3853
3854
3855
# File 'sig/types.rbs', line 3853

def tag_specifications
  @tag_specifications
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


3851
3852
3853
# File 'sig/types.rbs', line 3851

def transit_gateway_id
  @transit_gateway_id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


3849
3850
3851
# File 'sig/types.rbs', line 3849

def type
  @type
end

#vpn_concentrator_id::String

Returns the value of attribute vpn_concentrator_id.

Returns:

  • (::String)


3852
3853
3854
# File 'sig/types.rbs', line 3852

def vpn_concentrator_id
  @vpn_concentrator_id
end

#vpn_gateway_id::String

Returns the value of attribute vpn_gateway_id.

Returns:

  • (::String)


3850
3851
3852
# File 'sig/types.rbs', line 3850

def vpn_gateway_id
  @vpn_gateway_id
end