TagProjectRequest

public struct TagProjectRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The ID of the project you want to add a tag to.

    Declaration

    Swift

    public let id: String
  • The tags you want to add to the project.

    Declaration

    Swift

    public let tags: [String : String]
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws