Struct rusoto_inspector::AddAttributesToFindingsResponse [] [src]

pub struct AddAttributesToFindingsResponse {
    pub failed_items: FailedItems,
}

Fields

Attribute details that cannot be described. An error code is provided for each failed item.

Trait Implementations

impl Default for AddAttributesToFindingsResponse
[src]

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

impl Debug for AddAttributesToFindingsResponse
[src]

Formats the value using the given formatter.

impl Clone for AddAttributesToFindingsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more