Class: Aws::ComputeOptimizerAutomation::Types::ListAutomationEventsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::ListAutomationEventsRequest
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time_exclusive ⇒ Time
The end of the time range to query for events.
-
#filters ⇒ Array<Types::AutomationEventFilter>
The filters to apply to the list of automation events.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token for the next page of results.
-
#start_time_inclusive ⇒ Time
The start of the time range to query for events.
Instance Attribute Details
#end_time_exclusive ⇒ Time
The end of the time range to query for events.
1271 1272 1273 1274 1275 1276 1277 1278 1279 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1271 class ListAutomationEventsRequest < Struct.new( :filters, :start_time_inclusive, :end_time_exclusive, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::AutomationEventFilter>
The filters to apply to the list of automation events.
1271 1272 1273 1274 1275 1276 1277 1278 1279 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1271 class ListAutomationEventsRequest < Struct.new( :filters, :start_time_inclusive, :end_time_exclusive, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in a single call.
1271 1272 1273 1274 1275 1276 1277 1278 1279 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1271 class ListAutomationEventsRequest < Struct.new( :filters, :start_time_inclusive, :end_time_exclusive, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
1271 1272 1273 1274 1275 1276 1277 1278 1279 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1271 class ListAutomationEventsRequest < Struct.new( :filters, :start_time_inclusive, :end_time_exclusive, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#start_time_inclusive ⇒ Time
The start of the time range to query for events.
1271 1272 1273 1274 1275 1276 1277 1278 1279 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1271 class ListAutomationEventsRequest < Struct.new( :filters, :start_time_inclusive, :end_time_exclusive, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |