Struct rusoto_inspector::DescribeFindingsRequest [] [src]

pub struct DescribeFindingsRequest {
    pub finding_arns: BatchDescribeArnList,
    pub locale: Option<Locale>,
}

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.

impl Clone for DescribeFindingsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more