Class: Aws::Types::StatefulRule

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"PASS", ...

Returns the value of attribute action.

Returns:

  • ("PASS", "DROP", "ALERT", "REJECT")


1582
1583
1584
# File 'sig/types.rbs', line 1582

def action
  @action
end

#headerTypes::Header

Returns the value of attribute header.

Returns:



1583
1584
1585
# File 'sig/types.rbs', line 1583

def header
  @header
end

#rule_options::Array[Types::RuleOption]

Returns the value of attribute rule_options.

Returns:



1584
1585
1586
# File 'sig/types.rbs', line 1584

def rule_options
  @rule_options
end