DescribeReplicationTaskAssessmentRunsResponse
public struct DescribeReplicationTaskAssessmentRunsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A pagination token returned for you to pass to a subsequent request. If you pass this token as the Marker value in a subsequent request, the response includes only records beyond the marker, up to the value specified in the request by MaxRecords.
Declaration
Swift
public let marker: String? -
One or more premigration assessment runs as specified by Filters.
Declaration
Swift
public let replicationTaskAssessmentRuns: [ReplicationTaskAssessmentRun]? -
Undocumented
Declaration
Swift
public init(marker: String? = nil, replicationTaskAssessmentRuns: [ReplicationTaskAssessmentRun]? = nil)
View on GitHub
DescribeReplicationTaskAssessmentRunsResponse Structure Reference