ResourceTags
public struct ResourceTags : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Metadata to assign to AppConfig resources. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
Declaration
Swift
public let tags: [String : String]? -
Undocumented
Declaration
Swift
public init(tags: [String : String]? = nil)
View on GitHub
ResourceTags Structure Reference