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.
2145 2146 2147 2148 2149 2150 2151 |
# File 'lib/aws-sdk-appsync/types.rb', line 2145 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.
2145 2146 2147 2148 2149 2150 2151 |
# File 'lib/aws-sdk-appsync/types.rb', line 2145 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.
2145 2146 2147 2148 2149 2150 2151 |
# File 'lib/aws-sdk-appsync/types.rb', line 2145 class DeltaSyncConfig < Struct.new( :base_table_ttl, :delta_sync_table_name, :delta_sync_table_ttl) SENSITIVE = [] include Aws::Structure end |