class Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails

The container path, mount options, and size (in MiB) of a tmpfs mount.

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

data as a hash:

    {
      container_path: "NonEmptyString",
      mount_options: ["NonEmptyString"],
      size: 1,
    }

@!attribute [rw] container_path

The absolute file path where the tmpfs volume is to be mounted.
@return [String]

@!attribute [rw] mount_options

The list of tmpfs volume mount options.
@return [Array<String>]

@!attribute [rw] size

The maximum size (in MiB) of the tmpfs volume.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails AWS API Documentation

Constants

SENSITIVE