Class: Aws::Types::GetLicenseRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLicenseRecommendationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::GetRecommendationError]
Returns the value of attribute errors.
-
#license_recommendations ⇒ ::Array[Types::LicenseRecommendation]
Returns the value of attribute license_recommendations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#errors ⇒ ::Array[Types::GetRecommendationError]
Returns the value of attribute errors.
623 624 625 |
# File 'sig/types.rbs', line 623 def errors @errors end |
#license_recommendations ⇒ ::Array[Types::LicenseRecommendation]
Returns the value of attribute license_recommendations.
622 623 624 |
# File 'sig/types.rbs', line 622 def license_recommendations @license_recommendations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
621 622 623 |
# File 'sig/types.rbs', line 621 def next_token @next_token end |