Class: Aws::ComputeOptimizerAutomation::Types::ListRecommendedActionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::ListRecommendedActionsResponse
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token used for pagination.
-
#recommended_actions ⇒ Array<Types::RecommendedAction>
The list of recommended actions that match the specified criteria.
Instance Attribute Details
#next_token ⇒ String
A token used for pagination. If present, indicates there are more results available and can be used in subsequent requests.
1548 1549 1550 1551 1552 1553 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1548 class ListRecommendedActionsResponse < Struct.new( :recommended_actions, :next_token) SENSITIVE = [] include Aws::Structure end |
#recommended_actions ⇒ Array<Types::RecommendedAction>
The list of recommended actions that match the specified criteria.
1548 1549 1550 1551 1552 1553 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1548 class ListRecommendedActionsResponse < Struct.new( :recommended_actions, :next_token) SENSITIVE = [] include Aws::Structure end |