Struct rusoto_opsworks::DescribeLayersResult [] [src]

pub struct DescribeLayersResult {
    pub layers: Option<Layers>,
}

Contains the response to a DescribeLayers request.

Fields

An array of Layer objects that describe the layers.

Trait Implementations

impl Default for DescribeLayersResult
[src]

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

impl Debug for DescribeLayersResult
[src]

Formats the value using the given formatter.

impl Clone for DescribeLayersResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more