Table of Contents

Class DescribeStreamResponse

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

Represents the output of a

DescribeStream
operation.
public class DescribeStreamResponse : AmazonWebServiceResponse
Inheritance
DescribeStreamResponse

Constructors

DescribeStreamResponse()

public DescribeStreamResponse()

Properties

StreamDescription

Gets and sets the property StreamDescription.

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.

public StreamDescription StreamDescription { get; set; }

Property Value

StreamDescription