Struct rusoto_mgh::DeleteProgressUpdateStreamRequest[][src]

pub struct DeleteProgressUpdateStreamRequest {
    pub dry_run: Option<bool>,
    pub progress_update_stream_name: String,
}

Fields

Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.

The name of the ProgressUpdateStream.

Trait Implementations

impl Default for DeleteProgressUpdateStreamRequest
[src]

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

impl Debug for DeleteProgressUpdateStreamRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteProgressUpdateStreamRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteProgressUpdateStreamRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations