Class: Aws::ComputeOptimizerAutomation::Types::ListAutomationRulePreviewResponse

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)


1357
1358
1359
1360
1361
1362
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1357

class ListAutomationRulePreviewResponse < Struct.new(
  :preview_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#preview_resultsArray<Types::PreviewResult>

The list of actions that would be taken based on the specified criteria.

Returns:



1357
1358
1359
1360
1361
1362
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1357

class ListAutomationRulePreviewResponse < Struct.new(
  :preview_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end