Struct rusoto_clouddirectory::ObjectAttributeRange [] [src]

pub struct ObjectAttributeRange {
    pub attribute_key: Option<AttributeKey>,
    pub range: Option<TypedAttributeValueRange>,
}

A range of attributes.

Fields

The key of the attribute that the attribute range covers.

The range of attribute values being selected.

Trait Implementations

impl Default for ObjectAttributeRange
[src]

[src]

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

impl Debug for ObjectAttributeRange
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ObjectAttributeRange
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations