Skip to content

Commit

Permalink
Fix docs for :security_group in run_instances.
Browse files Browse the repository at this point in the history
  • Loading branch information
grempe committed Apr 3, 2010
1 parent 708196f commit d5537e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AWS/EC2/instances.rb
Expand Up @@ -10,7 +10,7 @@ class Base < AWS::Base
# @option options [Integer] :min_count (1) Minimum number of instances to launch. If the value is more than Amazon EC2 can launch, no instances are launched at all.
# @option options [Integer] :max_count (1) Maximum number of instances to launch. If the value is more than Amazon EC2 can launch, the largest possible number above minCount will be launched instead.
# @option options [optional, String] :key_name (nil) The name of the key pair.
# @option options [optional, Array of Strings or String] :security_group (nil) Name of the security group(s).
# @option options [optional, Array] :security_group (nil) Name of the security group(s). Array of Strings or String.
# @option options [optional, String] :additional_info (nil) Specifies additional information to make available to the instance(s).
# @option options [optional, String] :user_data (nil) MIME, Base64-encoded user data.
# @option options [optional, String] :instance_type (nil) Specifies the instance type.
Expand Down

0 comments on commit d5537e6

Please sign in to comment.