Struct rusoto_inspector::AddAttributesToFindingsRequest[][src]

pub struct AddAttributesToFindingsRequest {
    pub attributes: Vec<Attribute>,
    pub finding_arns: Vec<String>,
}

Fields

The array of attributes that you want to assign to specified findings.

The ARNs that specify the findings that you want to assign attributes to.

Trait Implementations

impl Default for AddAttributesToFindingsRequest
[src]

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

impl Debug for AddAttributesToFindingsRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for AddAttributesToFindingsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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