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

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

#event_idString

The ID of the automation event to retrieve.

Returns:

  • (String)


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

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