Class: Aws::ComputeOptimizerAutomation::Types::GetAutomationEventRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::GetAutomationEventRequest
- 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 to retrieve.
Instance Attribute Details
#event_id ⇒ String
The ID of the automation event to retrieve.
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 |