Struct rusoto_firehose::DeleteDeliveryStreamInput [] [src]

pub struct DeleteDeliveryStreamInput {
    pub delivery_stream_name: String,
}

Fields

The name of the delivery stream.

Trait Implementations

impl Default for DeleteDeliveryStreamInput
[src]

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

impl Debug for DeleteDeliveryStreamInput
[src]

Formats the value using the given formatter.

impl Clone for DeleteDeliveryStreamInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more