Class: Aws::Types::AutomationRulesFindingFieldsUpdate
- Inherits:
-
Object
- Object
- Aws::Types::AutomationRulesFindingFieldsUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence ⇒ ::Integer
Returns the value of attribute confidence.
-
#criticality ⇒ ::Integer
Returns the value of attribute criticality.
-
#note ⇒ Types::NoteUpdate
Returns the value of attribute note.
-
#related_findings ⇒ ::Array[Types::RelatedFinding]
Returns the value of attribute related_findings.
-
#severity ⇒ Types::SeverityUpdate
Returns the value of attribute severity.
-
#types ⇒ ::Array[::String]
Returns the value of attribute types.
-
#user_defined_fields ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_defined_fields.
-
#verification_state ⇒ "UNKNOWN", ...
Returns the value of attribute verification_state.
-
#workflow ⇒ Types::WorkflowUpdate
Returns the value of attribute workflow.
Instance Attribute Details
#confidence ⇒ ::Integer
Returns the value of attribute confidence.
211 212 213 |
# File 'sig/types.rbs', line 211 def confidence @confidence end |
#criticality ⇒ ::Integer
Returns the value of attribute criticality.
212 213 214 |
# File 'sig/types.rbs', line 212 def criticality @criticality end |
#note ⇒ Types::NoteUpdate
Returns the value of attribute note.
208 209 210 |
# File 'sig/types.rbs', line 208 def note @note end |
#related_findings ⇒ ::Array[Types::RelatedFinding]
Returns the value of attribute related_findings.
216 217 218 |
# File 'sig/types.rbs', line 216 def @related_findings end |
#severity ⇒ Types::SeverityUpdate
Returns the value of attribute severity.
209 210 211 |
# File 'sig/types.rbs', line 209 def severity @severity end |
#types ⇒ ::Array[::String]
Returns the value of attribute types.
213 214 215 |
# File 'sig/types.rbs', line 213 def types @types end |
#user_defined_fields ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_defined_fields.
214 215 216 |
# File 'sig/types.rbs', line 214 def user_defined_fields @user_defined_fields end |
#verification_state ⇒ "UNKNOWN", ...
Returns the value of attribute verification_state.
210 211 212 |
# File 'sig/types.rbs', line 210 def verification_state @verification_state end |
#workflow ⇒ Types::WorkflowUpdate
Returns the value of attribute workflow.
215 216 217 |
# File 'sig/types.rbs', line 215 def workflow @workflow end |