Struct rusoto_config::DeliveryChannelStatus [] [src]

pub struct DeliveryChannelStatus {
    pub config_history_delivery_info: Option<ConfigExportDeliveryInfo>,
    pub config_snapshot_delivery_info: Option<ConfigExportDeliveryInfo>,
    pub config_stream_delivery_info: Option<ConfigStreamDeliveryInfo>,
    pub name: Option<String>,
}

The status of a specified delivery channel.

Valid values: Success | Failure

Fields

A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.

A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.

A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.

The name of the delivery channel.

Trait Implementations

impl Default for DeliveryChannelStatus
[src]

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

impl Debug for DeliveryChannelStatus
[src]

Formats the value using the given formatter.

impl Clone for DeliveryChannelStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more