Struct rusoto_ecs::CreateClusterResponse [] [src]

pub struct CreateClusterResponse {
    pub cluster: Option<Cluster>,
}

Fields

The full description of your new cluster.

Trait Implementations

impl Default for CreateClusterResponse
[src]

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

impl Debug for CreateClusterResponse
[src]

Formats the value using the given formatter.

impl Clone for CreateClusterResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more