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]

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

impl Debug for LookupAttribute
[src]

Formats the value using the given formatter. Read more

impl Clone for LookupAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for LookupAttribute
[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