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.
3848 3849 3850 |
# File 'sig/types.rbs', line 3848 def customer_gateway_id @customer_gateway_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3855 3856 3857 |
# File 'sig/types.rbs', line 3855 def dry_run @dry_run end |
#options ⇒ Types::VpnConnectionOptionsSpecification
Returns the value of attribute options.
3856 3857 3858 |
# File 'sig/types.rbs', line 3856 def @options end |
#pre_shared_key_storage ⇒ ::String
Returns the value of attribute pre_shared_key_storage.
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.
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.
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.
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.
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.
3850 3851 3852 |
# File 'sig/types.rbs', line 3850 def vpn_gateway_id @vpn_gateway_id end |