Class: Aws::Types::RuleSummary
- Inherits:
-
Object
- Object
- Aws::Types::RuleSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::RuleAction
Returns the value of attribute action.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#action ⇒ Types::RuleAction
Returns the value of attribute action.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def action @action end |
#name ⇒ ::String
Returns the value of attribute name.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def name @name end |