Class: Aws::WAF::Types::GetRuleGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-waf/lib/aws-sdk-waf/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)


2140
2141
2142
2143
2144
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 2140

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