Class: Aws::WAF::Types::DeleteRuleGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_tokenString

The value returned by the most recent call to GetChangeToken.

Returns:

  • (String)


1364
1365
1366
1367
1368
1369
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1364

class DeleteRuleGroupRequest < Struct.new(
  :rule_group_id,
  :change_token)
  SENSITIVE = []
  include Aws::Structure
end

#rule_group_idString

The RuleGroupId of the RuleGroup that you want to delete. RuleGroupId is returned by CreateRuleGroup and by ListRuleGroups.

Returns:

  • (String)


1364
1365
1366
1367
1368
1369
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1364

class DeleteRuleGroupRequest < Struct.new(
  :rule_group_id,
  :change_token)
  SENSITIVE = []
  include Aws::Structure
end