Class: Aws::Types::RuleConditionProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#matching_configTypes::MatchingConfig

Returns the value of attribute matching_config.



816
817
818
# File 'sig/types.rbs', line 816

def matching_config
  @matching_config
end

#rules::Array[Types::RuleCondition]

Returns the value of attribute rules.

Returns:



815
816
817
# File 'sig/types.rbs', line 815

def rules
  @rules
end