Struct rusoto_dynamodbstreams::Stream [] [src]

pub struct Stream {
    pub stream_arn: Option<String>,
    pub stream_label: Option<String>,
    pub table_name: Option<String>,
}

Represents all of the data describing a particular stream.

Fields

The Amazon Resource Name (ARN) for the stream.

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

The DynamoDB table with which the stream is associated.

Trait Implementations

impl Default for Stream
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Stream
[src]

[src]

Formats the value using the given formatter.

impl Clone for Stream
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more