toMap method
Implementation
Map<String, dynamic> toMap() {
return <String, dynamic>{
'deleteOnTermination': deleteOnTermination,
'encrypted': encrypted,
'iops': iops,
'throughput': throughput,
'volumeSize': volumeSize,
'volumeType': volumeType,
};
}