Class: Aws::Types::RulesSource

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::RulesSourceList

Returns the value of attribute rules_source_list.



1514
1515
1516
# File 'sig/types.rbs', line 1514

def rules_source_list
  @rules_source_list
end

#rules_string::String

Returns the value of attribute rules_string.

Returns:

  • (::String)


1513
1514
1515
# File 'sig/types.rbs', line 1513

def rules_string
  @rules_string
end

#stateful_rules::Array[Types::StatefulRule]

Returns the value of attribute stateful_rules.

Returns:



1515
1516
1517
# File 'sig/types.rbs', line 1515

def stateful_rules
  @stateful_rules
end

#stateless_rules_and_custom_actionsTypes::StatelessRulesAndCustomActions

Returns the value of attribute stateless_rules_and_custom_actions.



1516
1517
1518
# File 'sig/types.rbs', line 1516

def stateless_rules_and_custom_actions
  @stateless_rules_and_custom_actions
end