Class: Aws::Types::DBRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::DBRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_info ⇒ ::String
Returns the value of attribute additional_info.
-
#category ⇒ ::String
Returns the value of attribute category.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#detection ⇒ ::String
Returns the value of attribute detection.
-
#impact ⇒ ::String
Returns the value of attribute impact.
-
#issue_details ⇒ Types::IssueDetails
Returns the value of attribute issue_details.
-
#links ⇒ ::Array[Types::DocLink]
Returns the value of attribute links.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
-
#recommended_actions ⇒ ::Array[Types::RecommendedAction]
Returns the value of attribute recommended_actions.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#severity ⇒ ::String
Returns the value of attribute severity.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#type_detection ⇒ ::String
Returns the value of attribute type_detection.
-
#type_id ⇒ ::String
Returns the value of attribute type_id.
-
#type_recommendation ⇒ ::String
Returns the value of attribute type_recommendation.
-
#updated_time ⇒ ::Time
Returns the value of attribute updated_time.
Instance Attribute Details
#additional_info ⇒ ::String
Returns the value of attribute additional_info.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def additional_info @additional_info end |
#category ⇒ ::String
Returns the value of attribute category.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def category @category end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def description @description end |
#detection ⇒ ::String
Returns the value of attribute detection.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def detection @detection end |
#impact ⇒ ::String
Returns the value of attribute impact.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def impact @impact end |
#issue_details ⇒ Types::IssueDetails
Returns the value of attribute issue_details.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def issue_details @issue_details end |
#links ⇒ ::Array[Types::DocLink]
Returns the value of attribute links.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def links @links end |
#reason ⇒ ::String
Returns the value of attribute reason.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def reason @reason end |
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def recommendation @recommendation end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def recommendation_id @recommendation_id end |
#recommended_actions ⇒ ::Array[Types::RecommendedAction]
Returns the value of attribute recommended_actions.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def recommended_actions @recommended_actions end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def resource_arn @resource_arn end |
#severity ⇒ ::String
Returns the value of attribute severity.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def severity @severity end |
#source ⇒ ::String
Returns the value of attribute source.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def source @source end |
#status ⇒ ::String
Returns the value of attribute status.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def status @status end |
#type_detection ⇒ ::String
Returns the value of attribute type_detection.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def type_detection @type_detection end |
#type_id ⇒ ::String
Returns the value of attribute type_id.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def type_id @type_id end |
#type_recommendation ⇒ ::String
Returns the value of attribute type_recommendation.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def type_recommendation @type_recommendation end |
#updated_time ⇒ ::Time
Returns the value of attribute updated_time.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def updated_time @updated_time end |