Struct rusoto_config::PutDeliveryChannelRequest [] [src]

pub struct PutDeliveryChannelRequest {
    pub delivery_channel: DeliveryChannel,
}

The input for the PutDeliveryChannel action.

Fields

The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.

Trait Implementations

impl Default for PutDeliveryChannelRequest
[src]

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

impl Debug for PutDeliveryChannelRequest
[src]

Formats the value using the given formatter.

impl Clone for PutDeliveryChannelRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more