Class: Aws::ComputeOptimizerAutomation::Types::RollbackAutomationEventResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 being rolled back.

Returns:

  • (String)


1999
2000
2001
2002
2003
2004
# File 'lib/aws-sdk-computeoptimizerautomation/types.rb', line 1999

class RollbackAutomationEventResponse < Struct.new(
  :event_id,
  :event_status)
  SENSITIVE = []
  include Aws::Structure
end

#event_statusString

The current status of the rollback operation.

Returns:

  • (String)


1999
2000
2001
2002
2003
2004
# File 'lib/aws-sdk-computeoptimizerautomation/types.rb', line 1999

class RollbackAutomationEventResponse < Struct.new(
  :event_id,
  :event_status)
  SENSITIVE = []
  include Aws::Structure
end