GetAutomationExecutionRequest

public struct GetAutomationExecutionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier for an existing automation execution to examine. The execution ID is returned by StartAutomationExecution when the execution of an Automation document is initiated.

    Declaration

    Swift

    public let automationExecutionId: String
  • Undocumented

    Declaration

    Swift

    public init(automationExecutionId: String)
  • Declaration

    Swift

    public func validate(name: String) throws