Struct rusoto_ssm::DeleteDocumentRequest [] [src]

pub struct DeleteDocumentRequest {
    pub name: String,
}

Fields

The name of the document.

Trait Implementations

impl Default for DeleteDocumentRequest
[src]

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

impl Debug for DeleteDocumentRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteDocumentRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more