Struct rusoto_inspector::DescribeFindingsRequest[][src]

pub struct DescribeFindingsRequest {
    pub finding_arns: Vec<String>,
    pub locale: Option<String>,
}

Fields

The ARN that specifies the finding that you want to describe.

The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.

Trait Implementations

impl Default for DescribeFindingsRequest
[src]

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

impl Debug for DescribeFindingsRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeFindingsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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