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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#automation_executionTypes::AutomationExecution

Detailed information about the current state of an automation execution.



7298
7299
7300
7301
7302
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7298

class GetAutomationExecutionResult < Struct.new(
  :automation_execution)
  SENSITIVE = []
  include Aws::Structure
end