Method: AWS::EC2::Image#ramdisk_id

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

#ramdisk_idString (readonly)

The RAM disk ID associated with the image, if any. Only applicable for machine images.

Returns:

  • (String)

    the current value of ramdisk_id



84
85
86
# File 'lib/aws/ec2/image.rb', line 84

def ramdisk_id
  @ramdisk_id
end