Method: Aws::SecurityHub::Types::AwsWafRuleDetails#rule_id
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#rule_id ⇒ String
The ID of the WAF rule.
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 |