Struct rusoto_dax::CreateClusterResponse [] [src]

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

Fields

A description of the DAX cluster that you have created.

Trait Implementations

impl Default for CreateClusterResponse
[src]

[src]

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

impl Debug for CreateClusterResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateClusterResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations