ListBundlesResult

public struct ListBundlesResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of bundles.

    Declaration

    Swift

    public let bundleList: [BundleDetails]?
  • Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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