DescribeReplicationInstanceTaskLogsResponse
public struct DescribeReplicationInstanceTaskLogsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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 Amazon Resource Name (ARN) of the replication instance.
Declaration
Swift
public let replicationInstanceArn: String?
-
An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).
Declaration
Swift
public let replicationInstanceTaskLogs: [ReplicationInstanceTaskLog]?
-
Undocumented
Declaration
Swift
public init(marker: String? = nil, replicationInstanceArn: String? = nil, replicationInstanceTaskLogs: [ReplicationInstanceTaskLog]? = nil)