Class: Aws::ComputeOptimizerAutomation::Types::StartAutomationEventResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::StartAutomationEventResponse
- 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.
-
#event_status ⇒ String
The current status of the automation event.
-
#recommended_action_id ⇒ String
The ID of the recommended action being automated.
Instance Attribute Details
#event_id ⇒ String
The ID of the automation event.
2125 2126 2127 2128 2129 2130 2131 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 2125 class StartAutomationEventResponse < Struct.new( :recommended_action_id, :event_id, :event_status) SENSITIVE = [] include Aws::Structure end |
#event_status ⇒ String
The current status of the automation event.
2125 2126 2127 2128 2129 2130 2131 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 2125 class StartAutomationEventResponse < Struct.new( :recommended_action_id, :event_id, :event_status) SENSITIVE = [] include Aws::Structure end |
#recommended_action_id ⇒ String
The ID of the recommended action being automated.
2125 2126 2127 2128 2129 2130 2131 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 2125 class StartAutomationEventResponse < Struct.new( :recommended_action_id, :event_id, :event_status) SENSITIVE = [] include Aws::Structure end |