CreateTagsRequest

public struct CreateTagsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the file system whose tags you want to modify (String). This operation modifies the tags only, not the file system.

    Declaration

    Swift

    public let fileSystemId: String
  • An array of Tag objects to add. Each Tag object is a key-value pair.

    Declaration

    Swift

    public let tags: [Tag]
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws