ListDeadLetterSourceQueuesResult

public struct ListDeadLetterSourceQueuesResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Pagination token to include in the next request. Token value is null if there are no additional results to request, or if you did not set MaxResults in the request.

    Declaration

    Swift

    public let nextToken: String?
  • A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead-letter queue.

    Declaration

    Swift

    public let queueUrls: [String]
  • Undocumented

    Declaration

    Swift

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