ListAppsRequest

public struct ListAppsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique application IDs.

    Declaration

    Swift

    public let appIds: [String]?
  • The maximum number of results to return in a single call. The default value is 100. To retrieve the remaining results, make another call with the returned NextToken value.

    Declaration

    Swift

    public let maxResults: Int?
  • The token for the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(appIds: [String]? = nil, maxResults: Int? = nil, nextToken: String? = nil)