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. Read more

impl Clone for RemoveAttributesFromFindingsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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