#[non_exhaustive]pub struct AwsDynamoDbTableStreamSpecification { /* private fields */ }
Expand description
The current DynamoDB Streams configuration for the table.
Implementations§
source§impl AwsDynamoDbTableStreamSpecification
impl AwsDynamoDbTableStreamSpecification
sourcepub fn stream_enabled(&self) -> bool
pub fn stream_enabled(&self) -> bool
Indicates whether DynamoDB Streams is enabled on the table.
sourcepub fn stream_view_type(&self) -> Option<&str>
pub fn stream_view_type(&self) -> Option<&str>
Determines the information that is written to the table.
source§impl AwsDynamoDbTableStreamSpecification
impl AwsDynamoDbTableStreamSpecification
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsDynamoDbTableStreamSpecification
.
Trait Implementations§
source§impl Clone for AwsDynamoDbTableStreamSpecification
impl Clone for AwsDynamoDbTableStreamSpecification
source§fn clone(&self) -> AwsDynamoDbTableStreamSpecification
fn clone(&self) -> AwsDynamoDbTableStreamSpecification
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 PartialEq<AwsDynamoDbTableStreamSpecification> for AwsDynamoDbTableStreamSpecification
impl PartialEq<AwsDynamoDbTableStreamSpecification> for AwsDynamoDbTableStreamSpecification
source§fn eq(&self, other: &AwsDynamoDbTableStreamSpecification) -> bool
fn eq(&self, other: &AwsDynamoDbTableStreamSpecification) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.