Class: Aws::Types::RecommendationSummary
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#end_line ⇒ ::Integer
Returns the value of attribute end_line.
-
#file_path ⇒ ::String
Returns the value of attribute file_path.
-
#recommendation_category ⇒ "AWSBestPractices", ...
Returns the value of attribute recommendation_category.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
-
#rule_metadata ⇒ Types::RuleMetadata
Returns the value of attribute rule_metadata.
-
#severity ⇒ "Info", ...
Returns the value of attribute severity.
-
#start_line ⇒ ::Integer
Returns the value of attribute start_line.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
296 297 298 |
# File 'sig/types.rbs', line 296 def description @description end |
#end_line ⇒ ::Integer
Returns the value of attribute end_line.
295 296 297 |
# File 'sig/types.rbs', line 295 def end_line @end_line end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
292 293 294 |
# File 'sig/types.rbs', line 292 def file_path @file_path end |
#recommendation_category ⇒ "AWSBestPractices", ...
Returns the value of attribute recommendation_category.
297 298 299 |
# File 'sig/types.rbs', line 297 def recommendation_category @recommendation_category end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
293 294 295 |
# File 'sig/types.rbs', line 293 def recommendation_id @recommendation_id end |
#rule_metadata ⇒ Types::RuleMetadata
Returns the value of attribute rule_metadata.
298 299 300 |
# File 'sig/types.rbs', line 298 def @rule_metadata end |
#severity ⇒ "Info", ...
Returns the value of attribute severity.
299 300 301 |
# File 'sig/types.rbs', line 299 def severity @severity end |
#start_line ⇒ ::Integer
Returns the value of attribute start_line.
294 295 296 |
# File 'sig/types.rbs', line 294 def start_line @start_line end |