Tags
public struct Tags : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A complex type that contains Tag elements.
Declaration
Swift
public let items: [Tag]?
-
Undocumented
Declaration
Swift
public init(items: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws