Class: Aws::Types::EvaluationFormValidationFinding
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormValidationFinding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#issue_code ⇒ ::String
Returns the value of attribute issue_code.
-
#items ⇒ ::Array[Types::EvaluationFormValidationFindingItem]
Returns the value of attribute items.
-
#severity ⇒ "WARNING", "ERROR"
Returns the value of attribute severity.
-
#suggestion ⇒ ::String
Returns the value of attribute suggestion.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3649 3650 3651 |
# File 'sig/types.rbs', line 3649 def description @description end |
#issue_code ⇒ ::String
Returns the value of attribute issue_code.
3647 3648 3649 |
# File 'sig/types.rbs', line 3647 def issue_code @issue_code end |
#items ⇒ ::Array[Types::EvaluationFormValidationFindingItem]
Returns the value of attribute items.
3648 3649 3650 |
# File 'sig/types.rbs', line 3648 def items @items end |
#severity ⇒ "WARNING", "ERROR"
Returns the value of attribute severity.
3651 3652 3653 |
# File 'sig/types.rbs', line 3651 def severity @severity end |
#suggestion ⇒ ::String
Returns the value of attribute suggestion.
3650 3651 3652 |
# File 'sig/types.rbs', line 3650 def suggestion @suggestion end |