Struct rusoto_dynamodbstreams::DescribeStreamOutput[][src]

pub struct DescribeStreamOutput {
    pub stream_description: Option<StreamDescription>,
}

Represents the output of a DescribeStream operation.

Fields

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.

Trait Implementations

impl Default for DescribeStreamOutput
[src]

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

impl Debug for DescribeStreamOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeStreamOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeStreamOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations