DescribeReplicationTaskAssessmentResultsResponse
public struct DescribeReplicationTaskAssessmentResultsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
- The Amazon S3 bucket where the task assessment report is located.
Declaration
Swift
public let bucketName: String?
-
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
Declaration
Swift
public let marker: String?
-
The task assessment report.
Declaration
Swift
public let replicationTaskAssessmentResults: [ReplicationTaskAssessmentResult]?
-
Undocumented
Declaration
Swift
public init(bucketName: String? = nil, marker: String? = nil, replicationTaskAssessmentResults: [ReplicationTaskAssessmentResult]? = nil)