Method: AWS::EC2::Snapshot#volume_id

Defined in:
lib/aws/ec2/snapshot.rb

#volume_idString (readonly)

The ID of the volume this snapshot was created from.

Returns:

  • (String)

    the current value of volume_id



56
57
58
# File 'lib/aws/ec2/snapshot.rb', line 56

def volume_id
  @volume_id
end