Class: Aws::ComputeOptimizerAutomation::Types::RollbackAutomationEventRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::RollbackAutomationEventRequest
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#event_id ⇒ String
The ID of the automation event to roll back.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Must be 1-64 characters long and contain only alphanumeric characters, underscores, and hyphens.
A suitable default value is auto-generated. You should normally not need to pass this option.
1982 1983 1984 1985 1986 1987 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1982 class RollbackAutomationEventRequest < Struct.new( :event_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The ID of the automation event to roll back.
1982 1983 1984 1985 1986 1987 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1982 class RollbackAutomationEventRequest < Struct.new( :event_id, :client_token) SENSITIVE = [] include Aws::Structure end |