ListApplicationsOutput
public struct ListApplicationsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of application names.
Declaration
Swift
public let applications: [String]?
-
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications in the list.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(applications: [String]? = nil, nextToken: String? = nil)