Method: AWS::EC2::Instance#start

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

#startnil

Starts the instance, assuming it is in a stopped state.

Returns:

  • (nil)

See Also:



542
543
544
# File 'lib/aws/ec2/instance.rb', line 542

def start
  instance_action :start
end