You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::NetworkFirewall::Types::DescribeRuleGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::DescribeRuleGroupRequest
- Defined in:
- (unknown)
Overview
When passing DescribeRuleGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
rule_group_name: "ResourceName",
rule_group_arn: "ResourceArn",
type: "STATELESS", # accepts STATELESS, STATEFUL
}
Instance Attribute Summary collapse
-
#rule_group_arn ⇒ String
The Amazon Resource Name (ARN) of the rule group.
-
#rule_group_name ⇒ String
The descriptive name of the rule group.
-
#type ⇒ String
Indicates whether the rule group is stateless or stateful.
Instance Attribute Details
#rule_group_arn ⇒ String
The Amazon Resource Name (ARN) of the rule group.
You must specify the ARN or the name, and you can specify both.
#rule_group_name ⇒ String
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.
#type ⇒ String
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.
RuleGroupARN.
Possible values:
- STATELESS
- STATEFUL