Tags
public struct Tags : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The collection of tags. Each tag element is associated with a given resource.
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(tags: [String : String]? = nil)