GlobalTable
public struct GlobalTable : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The global table name.
Declaration
Swift
public let globalTableName: String? -
The Regions where the global table has replicas.
Declaration
Swift
public let replicationGroup: [Replica]? -
Undocumented
Declaration
Swift
public init(globalTableName: String? = nil, replicationGroup: [Replica]? = nil)
View on GitHub
GlobalTable Structure Reference