Class: Aws::Types::BotAnalyzerRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::BotAnalyzerRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#issue_description ⇒ ::String
Returns the value of attribute issue_description.
-
#issue_location ⇒ Types::IssueLocation
Returns the value of attribute issue_location.
-
#priority ⇒ "High", ...
Returns the value of attribute priority.
-
#proposed_fix ⇒ ::String
Returns the value of attribute proposed_fix.
Instance Attribute Details
#issue_description ⇒ ::String
Returns the value of attribute issue_description.
433 434 435 |
# File 'sig/types.rbs', line 433 def issue_description @issue_description end |
#issue_location ⇒ Types::IssueLocation
Returns the value of attribute issue_location.
431 432 433 |
# File 'sig/types.rbs', line 431 def issue_location @issue_location end |
#priority ⇒ "High", ...
Returns the value of attribute priority.
432 433 434 |
# File 'sig/types.rbs', line 432 def priority @priority end |
#proposed_fix ⇒ ::String
Returns the value of attribute proposed_fix.
434 435 436 |
# File 'sig/types.rbs', line 434 def proposed_fix @proposed_fix end |