Struct rusoto_inspector::InspectorServiceAttributes [] [src]

pub struct InspectorServiceAttributes {
    pub assessment_run_arn: Option<String>,
    pub rules_package_arn: Option<String>,
    pub schema_version: i64,
}

This data type is used in the Finding data type.

Fields

The ARN of the assessment run during which the finding is generated.

The ARN of the rules package that is used to generate the finding.

The schema version of this data type.

Trait Implementations

impl Default for InspectorServiceAttributes
[src]

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

impl Debug for InspectorServiceAttributes
[src]

Formats the value using the given formatter.

impl Clone for InspectorServiceAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more