Class: Aws::ComputeOptimizerAutomation::Types::GetAutomationEventRequest

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 to retrieve.

Returns:

  • (String)


810
811
812
813
814
# File 'lib/aws-sdk-computeoptimizerautomation/types.rb', line 810

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