Class: Aws::WAFRegional::Types::DeleteRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::DeleteRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
-
#rule_id ⇒ String
The ‘RuleId` of the Rule that you want to delete.
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
1427 1428 1429 1430 1431 1432 |
# File 'lib/aws-sdk-wafregional/types.rb', line 1427 class DeleteRuleRequest < Struct.new( :rule_id, :change_token) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The ‘RuleId` of the Rule that you want to delete. `RuleId` is returned by CreateRule and by ListRules.
1427 1428 1429 1430 1431 1432 |
# File 'lib/aws-sdk-wafregional/types.rb', line 1427 class DeleteRuleRequest < Struct.new( :rule_id, :change_token) SENSITIVE = [] include Aws::Structure end |