Method: AWS::EC2::Image#ramdisk_id
- Defined in:
- lib/aws/ec2/image.rb
#ramdisk_id ⇒ String (readonly)
The RAM disk ID associated with the image, if any. Only applicable for machine images.
84 85 86 |
# File 'lib/aws/ec2/image.rb', line 84 def ramdisk_id @ramdisk_id end |