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.
7377 7378 7379 7380 7381 |
# File 'lib/aws-sdk-ssm/types.rb', line 7377 class GetAutomationExecutionResult < Struct.new( :automation_execution) SENSITIVE = [] include Aws::Structure end |