class Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails

The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.

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

data as a hash:

    {
      add: ["NonEmptyString"],
      drop: ["NonEmptyString"],
    }

@!attribute [rw] add

The Linux capabilities for the container that are added to the
default configuration provided by Docker.
@return [Array<String>]

@!attribute [rw] drop

The Linux capabilities for the container that are dropped from the
default configuration provided by Docker.
@return [Array<String>]

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

Constants

SENSITIVE