Struct rusoto_config::DeliverConfigSnapshotRequest [] [src]

pub struct DeliverConfigSnapshotRequest {
    pub delivery_channel_name: String,
}

The input for the DeliverConfigSnapshot action.

Fields

The name of the delivery channel through which the snapshot is delivered.

Trait Implementations

impl Default for DeliverConfigSnapshotRequest
[src]

[src]

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

impl Debug for DeliverConfigSnapshotRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeliverConfigSnapshotRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations