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