Class: Aws::Types::GetEBSVolumeRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEBSVolumeRecommendationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::GetRecommendationError]
Returns the value of attribute errors.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#volume_recommendations ⇒ ::Array[Types::VolumeRecommendation]
Returns the value of attribute volume_recommendations.
Instance Attribute Details
#errors ⇒ ::Array[Types::GetRecommendationError]
Returns the value of attribute errors.
474 475 476 |
# File 'sig/types.rbs', line 474 def errors @errors end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
472 473 474 |
# File 'sig/types.rbs', line 472 def next_token @next_token end |
#volume_recommendations ⇒ ::Array[Types::VolumeRecommendation]
Returns the value of attribute volume_recommendations.
473 474 475 |
# File 'sig/types.rbs', line 473 def volume_recommendations @volume_recommendations end |