class AWS::EC2::Collection
def [] id
-
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
id
(String
)
-- Returns the collection member with the given id.
def [] id member_class.new(id.to_s, :config => config) end
def member_class raise NotImplementedError end