DescribeAutomationStepExecutionsResult

public struct DescribeAutomationStepExecutionsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

    Declaration

    Swift

    public let nextToken: String?
  • A list of details about the current state of all steps that make up an execution.

    Declaration

    Swift

    public let stepExecutions: [StepExecution]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, stepExecutions: [StepExecution]? = nil)