Method: AWS::EC2::Snapshot#volume_id
- Defined in:
- lib/aws/ec2/snapshot.rb
#volume_id ⇒ String (readonly)
The ID of the volume this snapshot was created from.
56 57 58 |
# File 'lib/aws/ec2/snapshot.rb', line 56 def volume_id @volume_id end |