You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppSync::Types::DeltaSyncConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeltaSyncConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  base_table_ttl: 1,
  delta_sync_table_name: "String",
  delta_sync_table_ttl: 1,
}

Describes a Delta Sync configuration.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#base_table_ttlInteger

The number of minutes an Item is stored in the datasource.

Returns:

  • (Integer)

    The number of minutes an Item is stored in the datasource.

#delta_sync_table_nameString

The Delta Sync table name.

Returns:

  • (String)

    The Delta Sync table name.

#delta_sync_table_ttlInteger

The number of minutes a Delta Sync log entry is stored in the Delta Sync table.

Returns:

  • (Integer)

    The number of minutes a Delta Sync log entry is stored in the Delta Sync table.