ListApplicationStatesResult
public struct ListApplicationStatesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of Applications that exist in Application Discovery Service.
Declaration
Swift
public let applicationStateList: [ApplicationState]?
-
If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(applicationStateList: [ApplicationState]? = nil, nextToken: String? = nil)