class Aws::ECS::Types::Tmpfs

The container path, mount options, and size of the tmpfs mount.

@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 where the tmpfs volume is to be mounted.
@return [String]

@!attribute [rw] size

The maximum 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/ecs-2014-11-13/Tmpfs AWS API Documentation

Constants

SENSITIVE