Class: Aws::WAFRegional::Types::GetRuleGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafregional/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_groupTypes::RuleGroup

Information about the RuleGroup that you specified in the ‘GetRuleGroup` request.

Returns:



2211
2212
2213
2214
2215
# File 'lib/aws-sdk-wafregional/types.rb', line 2211

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