Class: Aws::ComputeOptimizerAutomation::Types::ListAutomationEventStepsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::ListAutomationEventStepsRequest
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_id ⇒ String
The ID of the automation event.
-
#max_results ⇒ Integer
The maximum number of automation event steps to return in a single response.
-
#next_token ⇒ String
A token used for pagination to retrieve the next set of results when the response is truncated.
Instance Attribute Details
#event_id ⇒ String
The ID of the automation event.
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_results ⇒ Integer
The maximum number of automation event steps to return in a single response. Valid range is 1-1000.
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_token ⇒ String
A token used for pagination to retrieve the next set of results when the response is truncated.
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 |