Class: Aws::ComputeOptimizerAutomation::Types::ListAutomationEventStepsRequest

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

#event_idString

The ID of the automation event.

Returns:

  • (String)


1168
1169
1170
1171
1172
1173
1174
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1168

class ListAutomationEventStepsRequest < Struct.new(
  :event_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of automation event steps to return in a single response. Valid range is 1-1000.

Returns:

  • (Integer)


1168
1169
1170
1171
1172
1173
1174
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1168

class ListAutomationEventStepsRequest < Struct.new(
  :event_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token used for pagination to retrieve the next set of results when the response is truncated.

Returns:

  • (String)


1168
1169
1170
1171
1172
1173
1174
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1168

class ListAutomationEventStepsRequest < Struct.new(
  :event_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end