class Aws::WAF::Types::DeleteRateBasedRuleRequest

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

data as a hash:

    {
      rule_id: "ResourceId", # required
      change_token: "ChangeToken", # required
    }

@!attribute [rw] rule_id

The `RuleId` of the RateBasedRule that you want to delete. `RuleId`
is returned by CreateRateBasedRule and by ListRateBasedRules.
@return [String]

@!attribute [rw] change_token

The value returned by the most recent call to GetChangeToken.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/waf-2015-08-24/DeleteRateBasedRuleRequest AWS API Documentation

Constants

SENSITIVE