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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


11133
11134
11135
11136
11137
11138
11139
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11133

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)


11133
11134
11135
11136
11137
11138
11139
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11133

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)


11133
11134
11135
11136
11137
11138
11139
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11133

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