class Aws::NetworkFirewall::Types::DescribeRuleGroupRequest

@note When making an API call, you may pass DescribeRuleGroupRequest

data as a hash:

    {
      rule_group_name: "ResourceName",
      rule_group_arn: "ResourceArn",
      type: "STATELESS", # accepts STATELESS, STATEFUL
    }

@!attribute [rw] rule_group_name

The descriptive name of the rule group. You can't change the name
of a rule group after you create it.

You must specify the ARN or the name, and you can specify both.
@return [String]

@!attribute [rw] rule_group_arn

The Amazon Resource Name (ARN) of the rule group.

You must specify the ARN or the name, and you can specify both.
@return [String]

@!attribute [rw] type

Indicates whether the rule group is stateless or stateful. If the
rule group is stateless, it contains stateless rules. If it is
stateful, it contains stateful rules.

<note markdown="1"> This setting is required for requests that do not include the
`RuleGroupARN`.

 </note>
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/DescribeRuleGroupRequest AWS API Documentation

Constants

SENSITIVE