Struct rusoto_cloudtrail::LookupAttribute [] [src]

pub struct LookupAttribute {
    pub attribute_key: String,
    pub attribute_value: String,
}

Specifies an attribute and value that filter the events returned.

Fields

Specifies an attribute on which to filter the events returned.

Specifies a value for the specified AttributeKey.

Trait Implementations

impl Default for LookupAttribute
[src]

[src]

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

impl Debug for LookupAttribute
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for LookupAttribute
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations