Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails data as a hash:
{
container_path: "NonEmptyString",
mount_options: ["NonEmptyString"],
size: 1,
}
The container path, mount options, and size (in MiB) of a tmpfs mount.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_path ⇒ String
The absolute file path where the tmpfs volume is to be mounted.
-
#mount_options ⇒ Array<String>
The list of tmpfs volume mount options.
-
#size ⇒ Integer
The maximum size (in MiB) of the tmpfs volume.
Instance Attribute Details
#container_path ⇒ String
The absolute file path where the tmpfs volume is to be mounted.
8315 8316 8317 8318 8319 8320 8321 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8315 class AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails < Struct.new( :container_path, :mount_options, :size) SENSITIVE = [] include Aws::Structure end |
#mount_options ⇒ Array<String>
The list of tmpfs volume mount options.
8315 8316 8317 8318 8319 8320 8321 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8315 class AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails < Struct.new( :container_path, :mount_options, :size) SENSITIVE = [] include Aws::Structure end |
#size ⇒ Integer
The maximum size (in MiB) of the tmpfs volume.
8315 8316 8317 8318 8319 8320 8321 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8315 class AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails < Struct.new( :container_path, :mount_options, :size) SENSITIVE = [] include Aws::Structure end |