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.



1487
1488
1489
# File 'sig/types.rbs', line 1487

def rules_source_list
  @rules_source_list
end

#rules_string::String

Returns the value of attribute rules_string.

Returns:

  • (::String)


1486
1487
1488
# File 'sig/types.rbs', line 1486

def rules_string
  @rules_string
end

#stateful_rules::Array[Types::StatefulRule]

Returns the value of attribute stateful_rules.

Returns:



1488
1489
1490
# File 'sig/types.rbs', line 1488

def stateful_rules
  @stateful_rules
end

#stateless_rules_and_custom_actionsTypes::StatelessRulesAndCustomActions

Returns the value of attribute stateless_rules_and_custom_actions.



1489
1490
1491
# File 'sig/types.rbs', line 1489

def stateless_rules_and_custom_actions
  @stateless_rules_and_custom_actions
end