Class: Aws::ComputeOptimizerAutomation::Types::ListAutomationEventStepsResponse

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_event_stepsArray<Types::AutomationEventStep>

The list of steps for the specified automation event.

Returns:



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_tokenString

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

Returns:

  • (String)


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