Class: Aws::ComputeOptimizerAutomation::Types::ListAutomationEventsResponse

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_eventsArray<Types::AutomationEvent>

The list of automation events that match the specified criteria.

Returns:



1291
1292
1293
1294
1295
1296
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1291

class ListAutomationEventsResponse < Struct.new(
  :automation_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)


1291
1292
1293
1294
1295
1296
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1291

class ListAutomationEventsResponse < Struct.new(
  :automation_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end