class Aws::Batch::Types::Ulimit
The `ulimit` settings to pass to the container.
<note markdown=“1”> This object isn't applicable to jobs that are running on Fargate resources.
</note>
@note When making an API call, you may pass Ulimit
data as a hash: { hard_limit: 1, # required name: "String", # required soft_limit: 1, # required }
@!attribute [rw] hard_limit
The hard limit for the `ulimit` type. @return [Integer]
@!attribute [rw] name
The `type` of the `ulimit`. @return [String]
@!attribute [rw] soft_limit
The soft limit for the `ulimit` type. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/Ulimit AWS API Documentation
Constants
- SENSITIVE