Sha256: 57767c7bbc2850b5e2327041edaa171d82b22c391a1358eff1f053ddd6839edd
Contents?: true
Size: 539 Bytes
Versions: 153
Compression:
Stored size: 539 Bytes
Contents
### exist ```ruby describe vpn_connection('my-vpn-connection') do it { should exist } end ``` ### be_pending, be_available, be_deleting, be_deleted ```ruby describe vpn_connection('my-vpn-connection') do it { should be_running } end ``` ### have_tag ```ruby describe vpn_connection('my-vpn-connection') do it { should have_tag('Name').value('my-vpn-connection') } end ``` ### its(:vpn_connection_id), its(:state), its(:customer_gateway_configuration), its(:type), its(:customer_gateway_id), its(:vpn_gateway_id), its(:options)
Version data entries
153 entries across 153 versions & 4 rubygems