ListApplicationsResponse

public struct ListApplicationsResponse : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let applicationSummaries: [ApplicationSummary]
  • The pagination token for the next set of results, or null if there are no additional results. Pass this token into a subsequent command to retrieve the next set of items For more information about pagination, see Using the AWS Command Line Interface’s Pagination Options.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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