I am trying to get volume-id list of aws instance using boto 3, I am getting sort of collection manager but I don\'t know how to get the data inside.
import
e.g. you can get the volume ID and size simply by iterating over it.
for volume in volumes: print (volume.id, volume.size)