GetLaunchTemplateInstanceRequirementTotalLocalStorageGb constructor

const GetLaunchTemplateInstanceRequirementTotalLocalStorageGb({
  1. required Input<double> max,
  2. required Input<double> min,
})

Creates a new GetLaunchTemplateInstanceRequirementTotalLocalStorageGb. max Required. min Required.

Implementation

const GetLaunchTemplateInstanceRequirementTotalLocalStorageGb({
  required this.max,
  required this.min,
});