class AWS::EC2::Collection
Public Instance Methods
[](id)
click to toggle source
@param [String] id Returns the collection member with the given id.
# File lib/aws/ec2/collection.rb, line 24 def [] id member_class.new(id.to_s, :config => config) end
Protected Instance Methods
member_class()
click to toggle source
# File lib/aws/ec2/collection.rb, line 29 def member_class raise NotImplementedError end