Class: Aws::Types::RuleGroupSourceStatelessRulesAndCustomActionsDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_actions::Array[Types::RuleGroupSourceCustomActionsDetails]

Returns the value of attribute custom_actions.



7458
7459
7460
# File 'sig/types.rbs', line 7458

def custom_actions
  @custom_actions
end

#stateless_rules::Array[Types::RuleGroupSourceStatelessRulesDetails]

Returns the value of attribute stateless_rules.



7459
7460
7461
# File 'sig/types.rbs', line 7459

def stateless_rules
  @stateless_rules
end