Class: Aws::Types::GetIdleRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetIdleRecommendationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::IdleRecommendationError]
Returns the value of attribute errors.
-
#idle_recommendations ⇒ ::Array[Types::IdleRecommendation]
Returns the value of attribute idle_recommendations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#errors ⇒ ::Array[Types::IdleRecommendationError]
Returns the value of attribute errors.
592 593 594 |
# File 'sig/types.rbs', line 592 def errors @errors end |
#idle_recommendations ⇒ ::Array[Types::IdleRecommendation]
Returns the value of attribute idle_recommendations.
591 592 593 |
# File 'sig/types.rbs', line 591 def idle_recommendations @idle_recommendations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
590 591 592 |
# File 'sig/types.rbs', line 590 def next_token @next_token end |