Class: Aws::Types::MatchingRuleStatement
- Inherits:
-
Object
- Object
- Aws::Types::MatchingRuleStatement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#constraint ⇒ ::String
Returns the value of attribute constraint.
-
#key_to_match ⇒ ::String
Returns the value of attribute key_to_match.
-
#value_to_match ⇒ ::Array[::String]
Returns the value of attribute value_to_match.
Instance Attribute Details
#constraint ⇒ ::String
Returns the value of attribute constraint.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def constraint @constraint end |
#key_to_match ⇒ ::String
Returns the value of attribute key_to_match.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def key_to_match @key_to_match end |
#value_to_match ⇒ ::Array[::String]
Returns the value of attribute value_to_match.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def value_to_match @value_to_match end |