DeleteTagsRequest

public struct DeleteTagsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the file system whose tags you want to delete (String).

    Declaration

    Swift

    public let fileSystemId: String
  • A list of tag keys to delete.

    Declaration

    Swift

    public let tagKeys: [String]
  • Undocumented

    Declaration

    Swift

    public init(fileSystemId: String, tagKeys: [String])
  • Declaration

    Swift

    public func validate(name: String) throws