ListPlatformApplicationsResponse
public struct ListPlatformApplicationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
Declaration
Swift
public let nextToken: String?
-
Platform applications returned when calling ListPlatformApplications action.
Declaration
Swift
public let platformApplications: [PlatformApplication]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, platformApplications: [PlatformApplication]? = nil)