Class: Aws::SSM::Types::GetAutomationExecutionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetAutomationExecutionResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automation_execution ⇒ Types::AutomationExecution
Detailed information about the current state of an automation execution.
Instance Attribute Details
#automation_execution ⇒ Types::AutomationExecution
Detailed information about the current state of an automation execution.
7525 7526 7527 7528 7529 |
# File 'lib/aws-sdk-ssm/types.rb', line 7525 class GetAutomationExecutionResult < Struct.new( :automation_execution) SENSITIVE = [] include Aws::Structure end |