class Aws::DynamoDBStreams::Types::Stream

Represents all of the data describing a particular stream.

@!attribute [rw] stream_arn

The Amazon Resource Name (ARN) for the stream.
@return [String]

@!attribute [rw] table_name

The DynamoDB table with which the stream is associated.
@return [String]

@!attribute [rw] stream_label

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`
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/Stream AWS API Documentation

Constants

SENSITIVE