RemoveTagsInput
public struct RemoveTagsInput : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The ID of the pipeline.
Declaration
Swift
public let pipelineId: String - 
                  
                  
The keys of the tags to remove.
Declaration
Swift
public let tagKeys: [String] - 
                  
                  
Undocumented
Declaration
Swift
public init(pipelineId: String, tagKeys: [String]) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
View on GitHub
        RemoveTagsInput Structure Reference