AWSElasticBlockStoreVolumeSource constructor
const
AWSElasticBlockStoreVolumeSource({})
Default constructor.
Implementation
const AWSElasticBlockStoreVolumeSource({
this.fsType,
this.partition,
this.readOnly,
required this.volumeID,
});