class Aws::ConfigService::Types::DescribeRemediationExceptionsRequest

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

data as a hash:

    {
      config_rule_name: "ConfigRuleName", # required
      resource_keys: [
        {
          resource_type: "StringWithCharLimit256",
          resource_id: "StringWithCharLimit1024",
        },
      ],
      limit: 1,
      next_token: "String",
    }

@!attribute [rw] config_rule_name

The name of the Config rule.
@return [String]

@!attribute [rw] resource_keys

An exception list of resource exception keys to be processed with
the current request. Config adds exception for each resource key.
For example, Config adds 3 exceptions for 3 resource keys.
@return [Array<Types::RemediationExceptionResourceKey>]

@!attribute [rw] limit

The maximum number of RemediationExceptionResourceKey returned on
each page. The default is 25. If you specify 0, Config uses the
default.
@return [Integer]

@!attribute [rw] next_token

The `nextToken` string returned in a previous request that you use
to request the next page of results in a paginated response.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeRemediationExceptionsRequest AWS API Documentation

Constants

SENSITIVE