ReloadTablesMessage
public struct ReloadTablesMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task. Valid values: data-reload, validate-only Default value is data-reload.
Declaration
Swift
public let reloadOption: ReloadOptionValue?
-
The Amazon Resource Name (ARN) of the replication task.
Declaration
Swift
public let replicationTaskArn: String
-
The name and schema of the table to be reloaded.
Declaration
Swift
public let tablesToReload: [TableToReload]
-
Undocumented
Declaration
Swift
public init(reloadOption: ReloadOptionValue? = nil, replicationTaskArn: String, tablesToReload: [TableToReload])