You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetRuleGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  rule_group_id: "ResourceId", # required
}

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)

    The RuleGroupId of the RuleGroup that you want to get.