UpdateGlobalTableInput
public struct UpdateGlobalTableInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The global table name.
Declaration
Swift
public let globalTableName: String -
A list of Regions that should be added or removed from the global table.
Declaration
Swift
public let replicaUpdates: [ReplicaUpdate] -
Undocumented
Declaration
Swift
public init(globalTableName: String, replicaUpdates: [ReplicaUpdate]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateGlobalTableInput Structure Reference