Struct rusoto_ec2::AttributeValue[][src]

pub struct AttributeValue {
    pub value: Option<String>,
}

Describes a value for a resource attribute that is a String.

Fields

The attribute value. The value is case-sensitive.

Trait Implementations

impl Default for AttributeValue
[src]

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

impl Debug for AttributeValue
[src]

Formats the value using the given formatter. Read more

impl Clone for AttributeValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AttributeValue
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations