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 ARN, an array of shard objects that comprise the stream, and whether there are more shards available.

Trait Implementations

impl Default for DescribeStreamOutput
[src]

[src]

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

impl Debug for DescribeStreamOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeStreamOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations