Struct rusoto_ec2::AttributeBooleanValue [] [src]

pub struct AttributeBooleanValue {
    pub value: Option<bool>,
}

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

Fields

The attribute value. The valid values are true or false.

Trait Implementations

impl Default for AttributeBooleanValue
[src]

[src]

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

impl Debug for AttributeBooleanValue
[src]

[src]

Formats the value using the given formatter.

impl Clone for AttributeBooleanValue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more