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