Class: Aws::ComputeOptimizerAutomation::Types::ListAutomationRulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::ListAutomationRulesResponse
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automation_rules ⇒ Array<Types::AutomationRule>
The list of automation rules that match the specified criteria.
-
#next_token ⇒ String
A token used for pagination.
Instance Attribute Details
#automation_rules ⇒ Array<Types::AutomationRule>
The list of automation rules that match the specified criteria.
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_token ⇒ String
A token used for pagination. If present, indicates there are more results available and can be used in subsequent requests.
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 |