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.
4010 4011 4012 |
# File 'sig/types.rbs', line 4010 def customer_gateway_id @customer_gateway_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4017 4018 4019 |
# File 'sig/types.rbs', line 4017 def dry_run @dry_run end |
#options ⇒ Types::VpnConnectionOptionsSpecification
Returns the value of attribute options.
4018 4019 4020 |
# File 'sig/types.rbs', line 4018 def @options end |
#pre_shared_key_storage ⇒ ::String
Returns the value of attribute pre_shared_key_storage.
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.
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.
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.
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.
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.
4012 4013 4014 |
# File 'sig/types.rbs', line 4012 def vpn_gateway_id @vpn_gateway_id end |