Struct rusoto_kinesis::ListStreamsOutput [] [src]

pub struct ListStreamsOutput {
    pub has_more_streams: BooleanObject,
    pub stream_names: StreamNameList,
}

Represents the output for ListStreams.

Fields

If set to true, there are more streams available to list.

The names of the streams that are associated with the AWS account making the ListStreams request.

Trait Implementations

impl Default for ListStreamsOutput
[src]

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

impl Debug for ListStreamsOutput
[src]

Formats the value using the given formatter.

impl Clone for ListStreamsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more