Struct rusoto_firehose::ListDeliveryStreamsInput [] [src]

pub struct ListDeliveryStreamsInput {
    pub exclusive_start_delivery_stream_name: Option<String>,
    pub limit: Option<i64>,
}

Fields

The name of the delivery stream to start the list with.

The maximum number of delivery streams to list.

Trait Implementations

impl Default for ListDeliveryStreamsInput
[src]

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

impl Debug for ListDeliveryStreamsInput
[src]

Formats the value using the given formatter.

impl Clone for ListDeliveryStreamsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more