Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_pathString

The absolute file path where the tmpfs volume is to be mounted.

Returns:

  • (String)


10873
10874
10875
10876
10877
10878
10879
# File 'lib/aws-sdk-securityhub/types.rb', line 10873

class AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails < Struct.new(
  :container_path,
  :mount_options,
  :size)
  SENSITIVE = []
  include Aws::Structure
end

#mount_optionsArray<String>

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”`

Returns:

  • (Array<String>)


10873
10874
10875
10876
10877
10878
10879
# File 'lib/aws-sdk-securityhub/types.rb', line 10873

class AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails < Struct.new(
  :container_path,
  :mount_options,
  :size)
  SENSITIVE = []
  include Aws::Structure
end

#sizeInteger

The maximum size (in MiB) of the tmpfs volume.

Returns:

  • (Integer)


10873
10874
10875
10876
10877
10878
10879
# File 'lib/aws-sdk-securityhub/types.rb', line 10873

class AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails < Struct.new(
  :container_path,
  :mount_options,
  :size)
  SENSITIVE = []
  include Aws::Structure
end