ListTaskExecutionsRequest

public struct ListTaskExecutionsRequest : AWSShape
extension DataSync.ListTaskExecutionsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of executed tasks to list.

    Declaration

    Swift

    public let maxResults: Int?
  • An opaque string that indicates the position at which to begin the next list of the executed tasks.

    Declaration

    Swift

    public let nextToken: String?
  • The Amazon Resource Name (ARN) of the task whose tasks you want to list.

    Declaration

    Swift

    public let taskArn: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, taskArn: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws