Class: Aws::SSM::Types::GetAutomationExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetAutomationExecutionRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automation_execution_id ⇒ String
The unique identifier for an existing automation execution to examine.
Instance Attribute Details
#automation_execution_id ⇒ String
The unique identifier for an existing automation execution to examine. The execution ID is returned by StartAutomationExecution when the execution of an Automation runbook is initiated.
7364 7365 7366 7367 7368 |
# File 'lib/aws-sdk-ssm/types.rb', line 7364 class GetAutomationExecutionRequest < Struct.new( :automation_execution_id) SENSITIVE = [] include Aws::Structure end |