Versions in this module Expand all Collapse all v2 v2.15.2 Aug 31, 2021 Changes in this version + type Collection []string + func (c Collection) Intersect(o Collection) Collection + func (c Collection) Remove(o Collection) Collection + func (c Collection) Union(o Collection) Collection + type Properties map[string]string + func NewProperties() Properties + func (p Properties) Equals(o Properties) bool + func (p Properties) Get(key string) string + func (p Properties) Set(key string, value interface{}) Properties + func (p Properties) SetTag(tagKey *string, tagValue interface{}) Properties + func (p Properties) SetTagWithPrefix(prefix string, tagKey *string, tagValue interface{}) Properties + func (p Properties) String() string Other modules containing this package github.com/tylersouthwick/aws-nuke