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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb

Overview

Describes a Delta Sync configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#base_table_ttlInteger

The number of minutes that an Item is stored in the data source.

Returns:

  • (Integer)


1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-appsync/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_nameString

The Delta Sync table name.

Returns:

  • (String)


1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-appsync/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_ttlInteger

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

Returns:

  • (Integer)


1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-appsync/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