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

impl Clone for InspectorServiceAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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