Method: AWS::EC2::Instance#reset_kernel_id
- Defined in:
- lib/aws/ec2/instance.rb
#reset_kernel_id ⇒ Object
Resets the kernel to its default value.
358 359 360 361 |
# File 'lib/aws/ec2/instance.rb', line 358 def reset_kernel_id client.reset_instance_attribute(:instance_id => id, :attribute => "kernel").return end |