Skip to content

Update continuous backups

async_boto.validation.dynamodb.update_continuous_backups

UpdateContinuousBackupsRequest

Bases: BaseModel

Request model for the UpdateContinuousBackups operation.

ATTRIBUTE DESCRIPTION
PointInTimeRecoverySpecification

Represents the settings used to enable point in time recovery.

TYPE: PointInTimeRecoverySpecification

TableName

The name of the table or its ARN.

TYPE: str

PointInTimeRecoverySpecification instance-attribute

PointInTimeRecoverySpecification

TableName instance-attribute

TableName

UpdateContinuousBackupsResponse

Bases: BaseModel

Response model for the UpdateContinuousBackups operation.

ATTRIBUTE DESCRIPTION
ContinuousBackupsDescription

Represents the continuous backups and point in time recovery settings on the table.

TYPE: ContinuousBackupsDescription

ContinuousBackupsDescription class-attribute instance-attribute

ContinuousBackupsDescription = None