@aws-sdk/client-waf-regional

CreateRateBasedRuleCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
ChangeToken string | undefined

The ChangeToken that you used to submit the CreateRateBasedRule request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

Rule RateBasedRule | undefined

The RateBasedRule that is returned in the CreateRateBasedRule response.

Full Signature

export interface CreateRateBasedRuleCommandOutput extends CreateRateBasedRuleResponse, MetadataBearer