GetLaunchTemplateInstanceRequirementTotalLocalStorageGb constructor
const
GetLaunchTemplateInstanceRequirementTotalLocalStorageGb({})
Creates a new GetLaunchTemplateInstanceRequirementTotalLocalStorageGb.
max Required.
min Required.
Implementation
const GetLaunchTemplateInstanceRequirementTotalLocalStorageGb({
required this.max,
required this.min,
});