Class: Aws::Types::RuleGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reference_setsTypes::ReferenceSets

Returns the value of attribute reference_sets.



1433
1434
1435
# File 'sig/types.rbs', line 1433

def reference_sets
  @reference_sets
end

#rule_variablesTypes::RuleVariables

Returns the value of attribute rule_variables.



1432
1433
1434
# File 'sig/types.rbs', line 1432

def rule_variables
  @rule_variables
end

#rules_sourceTypes::RulesSource

Returns the value of attribute rules_source.

Returns:



1434
1435
1436
# File 'sig/types.rbs', line 1434

def rules_source
  @rules_source
end

#stateful_rule_optionsTypes::StatefulRuleOptions

Returns the value of attribute stateful_rule_options.



1435
1436
1437
# File 'sig/types.rbs', line 1435

def stateful_rule_options
  @stateful_rule_options
end