Method: AWS::EC2::Instance#start
- Defined in:
- lib/aws/ec2/instance.rb
#start ⇒ nil
Starts the instance, assuming it is in a stopped state.
542 543 544 |
# File 'lib/aws/ec2/instance.rb', line 542 def start instance_action :start end |