Class: Aws::ComputeOptimizerAutomation::Types::ListRecommendedActionSummariesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::ListRecommendedActionSummariesResponse
- 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_action_summaries ⇒ Array<Types::RecommendedActionSummary>
The summary 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.
1506 1507 1508 1509 1510 1511 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1506 class ListRecommendedActionSummariesResponse < Struct.new( :recommended_action_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#recommended_action_summaries ⇒ Array<Types::RecommendedActionSummary>
The summary of recommended actions that match the specified criteria.
1506 1507 1508 1509 1510 1511 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1506 class ListRecommendedActionSummariesResponse < Struct.new( :recommended_action_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |