Class: Aws::WAFRegional::Types::DeleteRuleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/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)


1427
1428
1429
1430
1431
1432
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1427

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

#rule_idString

The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule and by ListRules.

Returns:

  • (String)


1427
1428
1429
1430
1431
1432
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1427

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