AwsSourceDiskDetails constructor

AwsSourceDiskDetails({
  1. String? diskType,
  2. String? sizeGib,
  3. Map<String, String>? tags,
  4. String? volumeId,
})

Implementation

AwsSourceDiskDetails({this.diskType, this.sizeGib, this.tags, this.volumeId});