Class: Aws::Types::RuleSummary
- Inherits:
-
Object
- Object
- Aws::Types::RuleSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
974 975 976 |
# File 'sig/types.rbs', line 974 def name @name end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
973 974 975 |
# File 'sig/types.rbs', line 973 def rule_id @rule_id end |