ReplicationInstanceTaskLog
public struct ReplicationInstanceTaskLog : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The size, in bytes, of the replication task log.
Declaration
Swift
public let replicationInstanceTaskLogSize: Int64?
-
The Amazon Resource Name (ARN) of the replication task.
Declaration
Swift
public let replicationTaskArn: String?
-
The name of the replication task.
Declaration
Swift
public let replicationTaskName: String?
-
Undocumented
Declaration
Swift
public init(replicationInstanceTaskLogSize: Int64? = nil, replicationTaskArn: String? = nil, replicationTaskName: String? = nil)