Struct rusoto_config::DeleteDeliveryChannelRequest [] [src]

pub struct DeleteDeliveryChannelRequest {
    pub delivery_channel_name: ChannelName,
}

The input for the DeleteDeliveryChannel action. The action accepts the following data in JSON format.

Fields

The name of the delivery channel to delete.

Trait Implementations

impl Default for DeleteDeliveryChannelRequest
[src]

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

impl Debug for DeleteDeliveryChannelRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteDeliveryChannelRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more