class Aws::EFS::Types::DeleteTagsRequest

@note When making an API call, you may pass DeleteTagsRequest

data as a hash:

    {
      file_system_id: "FileSystemId", # required
      tag_keys: ["TagKey"], # required
    }

@!attribute [rw] file_system_id

The ID of the file system whose tags you want to delete (String).
@return [String]

@!attribute [rw] tag_keys

A list of tag keys to delete.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/DeleteTagsRequest AWS API Documentation

Constants

SENSITIVE