Struct rusoto_elb::AdditionalAttribute [] [src]

pub struct AdditionalAttribute {
    pub key: Option<AdditionalAttributeKey>,
    pub value: Option<AdditionalAttributeValue>,
}

This data type is reserved.

Fields

This parameter is reserved.

This parameter is reserved.

Trait Implementations

impl Default for AdditionalAttribute
[src]

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

impl Debug for AdditionalAttribute
[src]

Formats the value using the given formatter.

impl Clone for AdditionalAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more