Struct rusoto_ssm::DeleteParameterRequest[][src]

pub struct DeleteParameterRequest {
    pub name: String,
}

Fields

The name of the parameter to delete.

Trait Implementations

impl Default for DeleteParameterRequest
[src]

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

impl Debug for DeleteParameterRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteParameterRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteParameterRequest
[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