class AWS::EC2::Collection

def [] id

Parameters:
  • id (String) -- Returns the collection member with the given id.
def [] id
  member_class.new(id.to_s, :config => config)
end

def member_class

def member_class
  raise NotImplementedError
end