Class: Aws::ComputeOptimizerAutomation::Types::StartAutomationEventResponse

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

#event_idString

The ID of the automation event.

Returns:

  • (String)


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_statusString

The current status of the automation event.

Returns:

  • (String)


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

The ID of the recommended action being automated.

Returns:

  • (String)


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