Class: Aws::Types::GetEC2InstanceRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEC2InstanceRecommendationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::GetRecommendationError]
Returns the value of attribute errors.
-
#instance_recommendations ⇒ ::Array[Types::InstanceRecommendation]
Returns the value of attribute instance_recommendations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#errors ⇒ ::Array[Types::GetRecommendationError]
Returns the value of attribute errors.
491 492 493 |
# File 'sig/types.rbs', line 491 def errors @errors end |
#instance_recommendations ⇒ ::Array[Types::InstanceRecommendation]
Returns the value of attribute instance_recommendations.
490 491 492 |
# File 'sig/types.rbs', line 490 def instance_recommendations @instance_recommendations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
489 490 491 |
# File 'sig/types.rbs', line 489 def next_token @next_token end |