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