UntagProjectRequest
public struct UntagProjectRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the project to remove tags from.
Declaration
Swift
public let id: String
-
The tags to remove from the project.
Declaration
Swift
public let tags: [String]
-
Undocumented
Declaration
Swift
public init(id: String, tags: [String])
-
Declaration
Swift
public func validate(name: String) throws