Class: Aws::WAFRegional::Types::DeleteRuleGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::DeleteRuleGroupRequest
- Defined in:
- gems/aws-sdk-wafregional/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_group_id ⇒ String
The
RuleGroupId
of the RuleGroup that you want to delete.
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
1395 1396 1397 1398 1399 1400 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1395 class DeleteRuleGroupRequest < Struct.new( :rule_group_id, :change_token) SENSITIVE = [] include Aws::Structure end |
#rule_group_id ⇒ String
The RuleGroupId
of the RuleGroup that you want to delete.
RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups.
1395 1396 1397 1398 1399 1400 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1395 class DeleteRuleGroupRequest < Struct.new( :rule_group_id, :change_token) SENSITIVE = [] include Aws::Structure end |