ListAppsResponse

public struct ListAppsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of apps.

    Declaration

    Swift

    public let apps: [AppDetails]?
  • If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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