Method: AWS::EC2::Image#kernel_id

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

#kernel_idString (readonly)

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

Returns:

  • (String)

    the current value of kernel_id



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

def kernel_id
  @kernel_id
end