Class: Aws::ComputeOptimizerAutomation::Types::RollbackAutomationEventRequest

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

#client_tokenString

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.

Returns:

  • (String)


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_idString

The ID of the automation event to roll back.

Returns:

  • (String)


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