Class: Aws::ComputeOptimizerAutomation::Types::ListAutomationRulesResponse

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

#automation_rulesArray<Types::AutomationRule>

The list of automation rules that match the specified criteria.

Returns:



1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1461

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

#next_tokenString

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

Returns:

  • (String)


1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1461

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