ListActionExecutionsOutput

public struct ListActionExecutionsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The details for a list of recent executions, such as action execution ID.

    Declaration

    Swift

    public let actionExecutionDetails: [ActionExecutionDetail]?
  • If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListActionExecutions call to return the next set of action executions in the list.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(actionExecutionDetails: [ActionExecutionDetail]? = nil, nextToken: String? = nil)