Class: Aws::ComputeOptimizerAutomation::Types::ListAutomationEventsRequest

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

#end_time_exclusiveTime

The end of the time range to query for events.

Returns:

  • (Time)


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

#filtersArray<Types::AutomationEventFilter>

The filters to apply to the list of automation events.

Returns:



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_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


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_tokenString

The token for the next page of results.

Returns:

  • (String)


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_inclusiveTime

The start of the time range to query for events.

Returns:

  • (Time)


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