Update global table
async_boto.validation.dynamodb.update_global_table
UpdateGlobalTableRequest
Bases: BaseModel
Request model for the UpdateGlobalTable operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
GlobalTableName |
The global table name.
TYPE:
|
ReplicaUpdates |
A list of regions that should be added or removed from the global table.
TYPE:
|
GlobalTableName
instance-attribute
GlobalTableName
ReplicaUpdates
instance-attribute
ReplicaUpdates
UpdateGlobalTableResponse
Bases: BaseModel
Response model for the UpdateGlobalTable operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
GlobalTableDescription |
Contains the details of the global table.
TYPE:
|
GlobalTableDescription
class-attribute
instance-attribute
GlobalTableDescription = None