ListCreatedArtifactsRequest
public struct ListCreatedArtifactsRequest : AWSShape
extension MigrationHub.ListCreatedArtifactsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Maximum number of results to be returned per page.
Declaration
Swift
public let maxResults: Int? -
Unique identifier that references the migration task. Do not store personal data in this field.
Declaration
Swift
public let migrationTaskName: String -
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? -
The name of the ProgressUpdateStream.
Declaration
Swift
public let progressUpdateStream: String -
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, migrationTaskName: String, nextToken: String? = nil, progressUpdateStream: String) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> MigrationHub.ListCreatedArtifactsRequest
View on GitHub
ListCreatedArtifactsRequest Structure Reference