Struct aws_sdk_appsync::model::DeltaSyncConfig
source · #[non_exhaustive]pub struct DeltaSyncConfig { /* private fields */ }
Expand description
Describes a Delta Sync configuration.
Implementations§
source§impl DeltaSyncConfig
impl DeltaSyncConfig
sourcepub fn base_table_ttl(&self) -> i64
pub fn base_table_ttl(&self) -> i64
The number of minutes that an Item is stored in the data source.
sourcepub fn delta_sync_table_name(&self) -> Option<&str>
pub fn delta_sync_table_name(&self) -> Option<&str>
The Delta Sync table name.
sourcepub fn delta_sync_table_ttl(&self) -> i64
pub fn delta_sync_table_ttl(&self) -> i64
The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
source§impl DeltaSyncConfig
impl DeltaSyncConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeltaSyncConfig
.
Trait Implementations§
source§impl Clone for DeltaSyncConfig
impl Clone for DeltaSyncConfig
source§fn clone(&self) -> DeltaSyncConfig
fn clone(&self) -> DeltaSyncConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeltaSyncConfig
impl Debug for DeltaSyncConfig
source§impl PartialEq<DeltaSyncConfig> for DeltaSyncConfig
impl PartialEq<DeltaSyncConfig> for DeltaSyncConfig
source§fn eq(&self, other: &DeltaSyncConfig) -> bool
fn eq(&self, other: &DeltaSyncConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.