Class: Aws::WAFRegional::Types::GetRuleGroupRequest

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_group_idString

The ‘RuleGroupId` of the RuleGroup that you want to get. `RuleGroupId` is returned by CreateRuleGroup and by ListRuleGroups.

Returns:

  • (String)


2198
2199
2200
2201
2202
# File 'lib/aws-sdk-wafregional/types.rb', line 2198

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