AwsInspector\Command\Clean\CleanSnapshotsCommand::configure PHP Méthode

configure() protected méthode

protected configure ( )
    protected function configure()
    {
        $this->setName('clean:orphaned-snapshots-from-createimage')->setDescription('Delete snapshots created via CreateImage where the AMI does not exist anymore');
    }
CleanSnapshotsCommand