Class: Aws::Types::RuleSummary
- Inherits:
-
Object
- Object
- Aws::Types::RuleSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
-
#msg ⇒ ::String
Returns the value of attribute msg.
-
#sid ⇒ ::String
Returns the value of attribute sid.
Instance Attribute Details
#metadata ⇒ ::String
Returns the value of attribute metadata.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def @metadata end |
#msg ⇒ ::String
Returns the value of attribute msg.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def msg @msg end |
#sid ⇒ ::String
Returns the value of attribute sid.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def sid @sid end |