Method: Aws::SecurityHub::Types::AwsWafRuleGroupDetails#rule_group_id

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

#rule_group_idString

The ID of the rule group.

Returns:

  • (String)


20971
20972
20973
20974
20975
20976
20977
20978
# File 'lib/aws-sdk-securityhub/types.rb', line 20971

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