Class: Aws::ComputeOptimizerAutomation::Types::ListAutomationEventStepsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::ListAutomationEventStepsResponse
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automation_event_steps ⇒ Array<Types::AutomationEventStep>
The list of steps for the specified automation event.
-
#next_token ⇒ String
A token used for pagination.
Instance Attribute Details
#automation_event_steps ⇒ Array<Types::AutomationEventStep>
The list of steps for the specified automation event.
1187 1188 1189 1190 1191 1192 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1187 class ListAutomationEventStepsResponse < Struct.new( :automation_event_steps, :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.
1187 1188 1189 1190 1191 1192 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1187 class ListAutomationEventStepsResponse < Struct.new( :automation_event_steps, :next_token) SENSITIVE = [] include Aws::Structure end |