__construct() public method

public __construct ( string $plugin_file_path, Amazon_Web_Services $aws, string | null $slug = null )
$plugin_file_path string
$aws Amazon_Web_Services
$slug string | null
 /**
  * @param string              $plugin_file_path
  * @param Amazon_Web_Services $aws aws plugin
  */
 function __construct($plugin_file_path, $aws)
 {
     parent::__construct($plugin_file_path, $aws, 'amazon-s3-and-cloudfront-pro');
 }