ListDiscoveredResourcesResult
public struct ListDiscoveredResourcesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Returned list of discovered resources associated with the given MigrationTask.
Declaration
Swift
public let discoveredResourceList: [DiscoveredResource]? -
If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(discoveredResourceList: [DiscoveredResource]? = nil, nextToken: String? = nil)
View on GitHub
ListDiscoveredResourcesResult Structure Reference