Struct rusoto_opsworkscm::CreateServerResponse [] [src]

pub struct CreateServerResponse {
    pub server: Option<Server>,
}

Fields

The server that is created by the request.

Trait Implementations

impl Default for CreateServerResponse
[src]

[src]

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

impl Debug for CreateServerResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateServerResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more