Struct rusoto_opsworkscm::DeleteServerRequest [] [src]

pub struct DeleteServerRequest {
    pub server_name: String,
}

Fields

The ID of the server to delete.

Trait Implementations

impl Default for DeleteServerRequest
[src]

[src]

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

impl Debug for DeleteServerRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteServerRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations