Struct rusoto_config::DeliverConfigSnapshotResponse [] [src]

pub struct DeliverConfigSnapshotResponse {
    pub config_snapshot_id: Option<String>,
}

The output for the DeliverConfigSnapshot action in JSON format.

Fields

The ID of the snapshot that is being created.

Trait Implementations

impl Default for DeliverConfigSnapshotResponse
[src]

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

impl Debug for DeliverConfigSnapshotResponse
[src]

Formats the value using the given formatter.

impl Clone for DeliverConfigSnapshotResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more