Method: Awspec::Type::VpnConnection#initialize
- Defined in:
- lib/awspec/type/vpn_connection.rb
#initialize(name) ⇒ VpnConnection
Returns a new instance of VpnConnection.
7 8 9 10 |
# File 'lib/awspec/type/vpn_connection.rb', line 7 def initialize(name) super @display_name = name end |