class AWS::EC2::ResourceTagCollection
def []=(key, value)
-
value(String) -- The new value. If this is nil, the tag will -
key(String or Symbol) -- The key of the tag to set.
def []=(key, value) if value @tags.create(@resource, key.to_s, :value => value) else delete(key) end end