Method: Aws::SecurityHub::Types::AwsWafRuleDetails#rule_id

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

#rule_idString

The ID of the WAF rule.

Returns:

  • (String)


20939
20940
20941
20942
20943
20944
20945
20946
# File 'lib/aws-sdk-securityhub/types.rb', line 20939

class AwsWafRuleDetails < Struct.new(
  :metric_name,
  :name,
  :predicate_list,
  :rule_id)
  SENSITIVE = []
  include Aws::Structure
end