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

Class: Aws::NetworkFirewall::Types::DeleteRuleGroupRequest

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

Overview

Note:

When passing DeleteRuleGroupRequest 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

Instance Attribute Details

#rule_group_arnString

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

You must specify the ARN or the name, and you can specify both.

Returns:

  • (String)

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

#rule_group_nameString

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.

Returns:

  • (String)

    The descriptive name of the rule group.

#typeString

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.

This setting is required for requests that do not include the RuleGroupARN.

Possible values:

  • STATELESS
  • STATEFUL

Returns:

  • (String)

    Indicates whether the rule group is stateless or stateful.