Class: Aws::AppSync::Types::DeltaSyncConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DeltaSyncConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Describes a Delta Sync configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#base_table_ttl ⇒ Integer
The number of minutes that an Item is stored in the data source.
-
#delta_sync_table_name ⇒ String
The Delta Sync table name.
-
#delta_sync_table_ttl ⇒ Integer
The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
Instance Attribute Details
#base_table_ttl ⇒ Integer
The number of minutes that an Item is stored in the data source.
1790 1791 1792 1793 1794 1795 1796 |
# File 'lib/aws-sdk-appsync/types.rb', line 1790 class DeltaSyncConfig < Struct.new( :base_table_ttl, :delta_sync_table_name, :delta_sync_table_ttl) SENSITIVE = [] include Aws::Structure end |
#delta_sync_table_name ⇒ String
The Delta Sync table name.
1790 1791 1792 1793 1794 1795 1796 |
# File 'lib/aws-sdk-appsync/types.rb', line 1790 class DeltaSyncConfig < Struct.new( :base_table_ttl, :delta_sync_table_name, :delta_sync_table_ttl) SENSITIVE = [] include Aws::Structure end |
#delta_sync_table_ttl ⇒ Integer
The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
1790 1791 1792 1793 1794 1795 1796 |
# File 'lib/aws-sdk-appsync/types.rb', line 1790 class DeltaSyncConfig < Struct.new( :base_table_ttl, :delta_sync_table_name, :delta_sync_table_ttl) SENSITIVE = [] include Aws::Structure end |