Struct aws_sdk_dynamodbstreams::model::Stream
source · #[non_exhaustive]pub struct Stream { /* private fields */ }
Expand description
Represents all of the data describing a particular stream.
Implementations§
source§impl Stream
impl Stream
sourcepub fn stream_arn(&self) -> Option<&str>
pub fn stream_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) for the stream.
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The DynamoDB table with which the stream is associated.
sourcepub fn stream_label(&self) -> Option<&str>
pub fn stream_label(&self) -> Option<&str>
A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel
is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the
StreamLabel