Method: Aws::WAF::Types::RuleGroup#rule_group_id

Defined in:
lib/aws-sdk-waf/types.rb

#rule_group_idString

A unique identifier for a ‘RuleGroup`. You use `RuleGroupId` to get more information about a `RuleGroup` (see GetRuleGroup), update a `RuleGroup` (see UpdateRuleGroup), insert a `RuleGroup` into a `WebACL` or delete a one from a `WebACL` (see UpdateWebACL), or delete a `RuleGroup` from AWS WAF (see DeleteRuleGroup).

‘RuleGroupId` is returned by CreateRuleGroup and by ListRuleGroups.

Returns:

  • (String)


4254
4255
4256
4257
4258
4259
4260
# File 'lib/aws-sdk-waf/types.rb', line 4254

class RuleGroup < Struct.new(
  :rule_group_id,
  :name,
  :metric_name)
  SENSITIVE = []
  include Aws::Structure
end