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