Class: Aws::Types::CreateVpnConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpnConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_gateway_id ⇒ ::String
Returns the value of attribute customer_gateway_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#options ⇒ Types::VpnConnectionOptionsSpecification
Returns the value of attribute options.
-
#pre_shared_key_storage ⇒ ::String
Returns the value of attribute pre_shared_key_storage.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#vpn_concentrator_id ⇒ ::String
Returns the value of attribute vpn_concentrator_id.
-
#vpn_gateway_id ⇒ ::String
Returns the value of attribute vpn_gateway_id.
Instance Attribute Details
#customer_gateway_id ⇒ ::String
Returns the value of attribute customer_gateway_id.
3960 3961 3962 |
# File 'sig/types.rbs', line 3960 def customer_gateway_id @customer_gateway_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3967 3968 3969 |
# File 'sig/types.rbs', line 3967 def dry_run @dry_run end |
#options ⇒ Types::VpnConnectionOptionsSpecification
Returns the value of attribute options.
3968 3969 3970 |
# File 'sig/types.rbs', line 3968 def @options end |
#pre_shared_key_storage ⇒ ::String
Returns the value of attribute pre_shared_key_storage.
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.
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.
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.
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.
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.
3962 3963 3964 |
# File 'sig/types.rbs', line 3962 def vpn_gateway_id @vpn_gateway_id end |