Class: Aws::ComputeOptimizerAutomation::Types::RollbackAutomationEventResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::RollbackAutomationEventResponse
- 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 being rolled back.
-
#event_status ⇒ String
The current status of the rollback operation.
Instance Attribute Details
#event_id ⇒ String
The ID of the automation event being rolled back.
1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1999 class RollbackAutomationEventResponse < Struct.new( :event_id, :event_status) SENSITIVE = [] include Aws::Structure end |
#event_status ⇒ String
The current status of the rollback operation.
1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1999 class RollbackAutomationEventResponse < Struct.new( :event_id, :event_status) SENSITIVE = [] include Aws::Structure end |