AddTagsInput

public struct AddTagsInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the pipeline.

    Declaration

    Swift

    public let pipelineId: String
  • The tags to add, as key/value pairs.

    Declaration

    Swift

    public let tags: [Tag]
  • Undocumented

    Declaration

    Swift

    public init(pipelineId: String, tags: [Tag])
  • Declaration

    Swift

    public func validate(name: String) throws