Class: Aws::Types::RuleDefinition
- Inherits:
-
Object
- Object
- Aws::Types::RuleDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
-
#match_attributes ⇒ Types::MatchAttributes
Returns the value of attribute match_attributes.
Instance Attribute Details
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def actions @actions end |
#match_attributes ⇒ Types::MatchAttributes
Returns the value of attribute match_attributes.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def match_attributes @match_attributes end |