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")


1609
1610
1611
# File 'sig/types.rbs', line 1609

def action
  @action
end

#headerTypes::Header

Returns the value of attribute header.

Returns:



1610
1611
1612
# File 'sig/types.rbs', line 1610

def header
  @header
end

#rule_options::Array[Types::RuleOption]

Returns the value of attribute rule_options.

Returns:



1611
1612
1613
# File 'sig/types.rbs', line 1611

def rule_options
  @rule_options
end