AddTagsToResourceRequest

public struct AddTagsToResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Identifier (ID) for the directory to which to add the tag.

    Declaration

    Swift

    public let resourceId: String
  • The tags to be assigned to the directory.

    Declaration

    Swift

    public let tags: [Tag]
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws