class Aws::Batch::Types::Tmpfs
The container path, mount options, and size of the tmpfs mount.
<note markdown=“1”> This object isn't applicable to jobs that are running on Fargate resources.
</note>
@note When making an API call, you may pass Tmpfs
data as a hash: { container_path: "String", # required size: 1, # required mount_options: ["String"], }
@!attribute [rw] container_path
The absolute file path in the container where the tmpfs volume is mounted. @return [String]
@!attribute [rw] size
The size (in MiB) of the tmpfs volume. @return [Integer]
@!attribute [rw] mount_options
The list of tmpfs volume mount options. Valid values: "`defaults`" \| "`ro`" \| "`rw`" \| "`suid`" \| "`nosuid`" \| "`dev`" \| "`nodev`" \| "`exec`" \| "`noexec`" \| "`sync`" \| "`async`" \| "`dirsync`" \| "`remount`" \| "`mand`" \| "`nomand`" \| "`atime`" \| "`noatime`" \| "`diratime`" \| "`nodiratime`" \| "`bind`" \| "`rbind" | "unbindable" | "runbindable" | "private" | "rprivate" | "shared" | "rshared" | "slave" | "rslave" | "relatime`" \| "`norelatime`" \| "`strictatime`" \| "`nostrictatime`" \| "`mode`" \| "`uid`" \| "`gid`" \| "`nr_inodes`" \| "`nr_blocks`" \| "`mpol`" @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/Tmpfs AWS API Documentation
Constants
- SENSITIVE