Class: Aws::ComputeOptimizerAutomation::Types::ListAutomationEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::ListAutomationEventsResponse
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automation_events ⇒ Array<Types::AutomationEvent>
The list of automation events that match the specified criteria.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#automation_events ⇒ Array<Types::AutomationEvent>
The list of automation events that match the specified criteria.
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_token ⇒ String
The token to use to retrieve the next page of results.
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 |