Class: Aws::ComputeOptimizerAutomation::Types::ListRecommendedActionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token used for pagination. If present, indicates there are more results available and can be used in subsequent requests.

Returns:

  • (String)


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

The list of recommended actions that match the specified criteria.

Returns:



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