Struct rusoto_inspector::RemoveAttributesFromFindingsResponse[][src]

pub struct RemoveAttributesFromFindingsResponse {
    pub failed_items: HashMap<String, FailedItemDetails>,
}

Fields

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

Trait Implementations

impl Default for RemoveAttributesFromFindingsResponse
[src]

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

impl Debug for RemoveAttributesFromFindingsResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for RemoveAttributesFromFindingsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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