Struct rusoto_inspector::RemoveAttributesFromFindingsRequest [] [src]

pub struct RemoveAttributesFromFindingsRequest {
    pub attribute_keys: Vec<String>,
    pub finding_arns: Vec<String>,
}

Fields

The array of attribute keys that you want to remove from specified findings.

The ARNs that specify the findings that you want to remove attributes from.

Trait Implementations

impl Default for RemoveAttributesFromFindingsRequest
[src]

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

impl Debug for RemoveAttributesFromFindingsRequest
[src]

Formats the value using the given formatter.

impl Clone for RemoveAttributesFromFindingsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more