class Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails

A ulimit to set in the container.

@note When making an API call, you may pass AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails

data as a hash:

    {
      hard_limit: 1,
      name: "NonEmptyString",
      soft_limit: 1,
    }

@!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/securityhub-2018-10-26/AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails AWS API Documentation

Constants

SENSITIVE