Class: Aws::Types::AutomationRulesFindingFieldsUpdateV2
- Inherits:
-
Object
- Object
- Aws::Types::AutomationRulesFindingFieldsUpdateV2
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#severity_id ⇒ ::Integer
Returns the value of attribute severity_id.
-
#status_id ⇒ ::Integer
Returns the value of attribute status_id.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
222 223 224 |
# File 'sig/types.rbs', line 222 def comment @comment end |
#severity_id ⇒ ::Integer
Returns the value of attribute severity_id.
221 222 223 |
# File 'sig/types.rbs', line 221 def severity_id @severity_id end |
#status_id ⇒ ::Integer
Returns the value of attribute status_id.
223 224 225 |
# File 'sig/types.rbs', line 223 def status_id @status_id end |