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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/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 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2198

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