cloud-8.x-2.0-beta1/modules/cloud_service_providers/aws_cloud/src/Plugin/Action/Vpc/DeleteSubnet.php
modules/cloud_service_providers/aws_cloud/src/Plugin/Action/Vpc/DeleteSubnet.php
<?php
namespace Drupal\aws_cloud\Plugin\Action\Vpc;
use Drupal\Core\Action\Plugin\Action\DeleteAction;
/**
* Redirects to a VPC form.
*
* @Action(
* id = "entity:delete_action:aws_cloud_subnet",
* label = @Translation("Delete Subnet"),
* type = "aws_cloud_subnet"
* )
*/
class DeleteSubnet extends DeleteAction {
}
