Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#hard_limitInteger

The hard limit for the ulimit type.

Returns:

  • (Integer)


11143
11144
11145
11146
11147
11148
11149
# File 'lib/aws-sdk-securityhub/types.rb', line 11143

class AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails < Struct.new(
  :hard_limit,
  :name,
  :soft_limit)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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`

Returns:

  • (String)


11143
11144
11145
11146
11147
11148
11149
# File 'lib/aws-sdk-securityhub/types.rb', line 11143

class AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails < Struct.new(
  :hard_limit,
  :name,
  :soft_limit)
  SENSITIVE = []
  include Aws::Structure
end

#soft_limitInteger

The soft limit for the ulimit type.

Returns:

  • (Integer)


11143
11144
11145
11146
11147
11148
11149
# File 'lib/aws-sdk-securityhub/types.rb', line 11143

class AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails < Struct.new(
  :hard_limit,
  :name,
  :soft_limit)
  SENSITIVE = []
  include Aws::Structure
end