Class: Aws::EC2::Types::RuleOption

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

Overview

Describes additional settings for a stateful rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyword ⇒ String

The Suricata keyword.

Returns:

  • (String)


80332
80333
80334
80335
80336
80337
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80332

class RuleOption < Struct.new(
  :keyword,
  :settings)
  SENSITIVE = []
  include Aws::Structure
end

#settings ⇒ Array<String>

The settings for the keyword.

Returns:

  • (Array<String>)


80332
80333
80334
80335
80336
80337
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80332

class RuleOption < Struct.new(
  :keyword,
  :settings)
  SENSITIVE = []
  include Aws::Structure
end