ListFragmentsOutput

public struct ListFragmentsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of archived Fragment objects from the stream that meet the selector criteria. Results are in no specific order, even across pages.

    Declaration

    Swift

    public let fragments: [Fragment]?
  • If the returned list is truncated, the operation returns this token to use to retrieve the next page of results. This value is null when there are no more results to return.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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