Struct rusoto_kinesis::DescribeStreamOutput[][src]

pub struct DescribeStreamOutput {
    pub stream_description: StreamDescription,
}

Represents the output for DescribeStream.

Fields

The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.

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