Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A ulimit to set in the container.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hard_limit ⇒ Integer
The hard limit for the ulimit type.
-
#name ⇒ String
The type of the ulimit.
-
#soft_limit ⇒ Integer
The soft limit for the ulimit type.
Instance Attribute Details
#hard_limit ⇒ Integer
The hard limit for the ulimit type.
11136 11137 11138 11139 11140 11141 11142 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11136 class AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails < Struct.new( :hard_limit, :name, :soft_limit) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The type of the ulimit. Valid values are as follows:
-
‘core`
-
‘cpu`
-
‘data`
-
‘fsize`
-
‘locks`
-
‘memlock`
-
‘msgqueue`
-
‘nice`
-
‘nofile`
-
‘nproc`
-
‘rss`
-
‘rtprio`
-
‘rttime`
-
‘sigpending`
-
‘stack`
11136 11137 11138 11139 11140 11141 11142 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11136 class AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails < Struct.new( :hard_limit, :name, :soft_limit) SENSITIVE = [] include Aws::Structure end |
#soft_limit ⇒ Integer
The soft limit for the ulimit type.
11136 11137 11138 11139 11140 11141 11142 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11136 class AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails < Struct.new( :hard_limit, :name, :soft_limit) SENSITIVE = [] include Aws::Structure end |