# File lib/ec2/right_ec2_ebs.rb, line 161 def describe_snapshots(*snapshots) snapshots = snapshots.flatten link = generate_request("DescribeSnapshots", amazonize_list('SnapshotId', snapshots)) request_cache_or_info :describe_snapshots, link, QEc2DescribeSnapshotsParser, @@bench, snapshots.blank? rescue Exception on_exception end