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.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def @metadata end |
#msg ⇒ ::String
Returns the value of attribute msg.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def msg @msg end |
#sid ⇒ ::String
Returns the value of attribute sid.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def sid @sid end |