Class: Aws::Types::GetRecommendationReportDetailsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRecommendationReportDetailsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#recommendation_report_details ⇒ Types::RecommendationReportDetails
Returns the value of attribute recommendation_report_details.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
325 326 327 |
# File 'sig/types.rbs', line 325 def id @id end |
#recommendation_report_details ⇒ Types::RecommendationReportDetails
Returns the value of attribute recommendation_report_details.
326 327 328 |
# File 'sig/types.rbs', line 326 def recommendation_report_details @recommendation_report_details end |