Class: Aws::WAFV2::Types::CreateRuleGroupResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#summaryTypes::RuleGroupSummary

High-level information about a RuleGroup, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a RuleGroup, and the ARN, that you provide to the RuleGroupReferenceStatement to use the rule group in a Rule.



1384
1385
1386
1387
1388
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 1384

class CreateRuleGroupResponse < Struct.new(
  :summary)
  SENSITIVE = []
  include Aws::Structure
end