Class: Aws::SSM::Types::GetAutomationExecutionResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#automation_executionTypes::AutomationExecution

Detailed information about the current state of an automation execution.



6482
6483
6484
6485
# File 'lib/aws-sdk-ssm/types.rb', line 6482

class GetAutomationExecutionResult < Struct.new(
  :automation_execution)
  include Aws::Structure
end