ReplicaUpdate
public struct ReplicaUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The parameters required for creating a replica on an existing global table.
Declaration
Swift
public let create: CreateReplicaAction?
-
The name of the existing replica to be removed.
Declaration
Swift
public let delete: DeleteReplicaAction?
-
Undocumented
Declaration
Swift
public init(create: CreateReplicaAction? = nil, delete: DeleteReplicaAction? = nil)