Class: Aws::EC2::Types::RuleGroupTypePair

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the type of a stateful rule group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_group_arnString

The ARN of the rule group.

Returns:

  • (String)


58772
58773
58774
58775
58776
58777
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58772

class RuleGroupTypePair < Struct.new(
  :rule_group_arn,
  :rule_group_type)
  SENSITIVE = []
  include Aws::Structure
end

#rule_group_typeString

The rule group type. The possible values are Domain List and Suricata.

Returns:

  • (String)


58772
58773
58774
58775
58776
58777
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58772

class RuleGroupTypePair < Struct.new(
  :rule_group_arn,
  :rule_group_type)
  SENSITIVE = []
  include Aws::Structure
end