class Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDetails

A resource to assign to a container.

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

data as a hash:

    {
      type: "NonEmptyString",
      value: "NonEmptyString",
    }

@!attribute [rw] type

The type of resource to assign to a container.
@return [String]

@!attribute [rw] value

The value for the specified resource type.

For `GPU`, the value is the number of physical GPUs the Amazon ECS
container agent reserves for the container.

For `InferenceAccelerator`, the value should match the `DeviceName`
attribute of an entry in `InferenceAccelerators`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDetails AWS API Documentation

Constants

SENSITIVE