DetectStackDriftOutput constructor

DetectStackDriftOutput({
  1. required String stackDriftDetectionId,
})

Implementation

DetectStackDriftOutput({
  required this.stackDriftDetectionId,
});