Class: Aws::Types::RuleGroupSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#rules_source_listTypes::RuleGroupSourceListDetails

Returns the value of attribute rules_source_list.



7370
7371
7372
# File 'sig/types.rbs', line 7370

def rules_source_list
  @rules_source_list
end

#rules_string::String

Returns the value of attribute rules_string.

Returns:

  • (::String)


7371
7372
7373
# File 'sig/types.rbs', line 7371

def rules_string
  @rules_string
end

#stateful_rules::Array[Types::RuleGroupSourceStatefulRulesDetails]

Returns the value of attribute stateful_rules.



7372
7373
7374
# File 'sig/types.rbs', line 7372

def stateful_rules
  @stateful_rules
end

#stateless_rules_and_custom_actionsTypes::RuleGroupSourceStatelessRulesAndCustomActionsDetails

Returns the value of attribute stateless_rules_and_custom_actions.



7373
7374
7375
# File 'sig/types.rbs', line 7373

def stateless_rules_and_custom_actions
  @stateless_rules_and_custom_actions
end