Struct rusoto_inspector::FindingFilter [] [src]

pub struct FindingFilter {
    pub agent_ids: Option<AgentIdList>,
    pub attributes: Option<AttributeList>,
    pub auto_scaling_groups: Option<AutoScalingGroupList>,
    pub creation_time_range: Option<TimestampRange>,
    pub rule_names: Option<RuleNameList>,
    pub rules_package_arns: Option<FilterRulesPackageArnList>,
    pub severities: Option<SeverityList>,
    pub user_attributes: Option<AttributeList>,
}

This data type is used as a request parameter in the ListFindings action.

Fields

For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the agentId property of the Finding data type.

For a record to match a filter, the list of values that are specified for this data type property must be contained in the list of values of the attributes property of the Finding data type.

For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the autoScalingGroup property of the Finding data type.

The time range during which the finding is generated.

For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the ruleName property of the Finding data type.

For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the rulesPackageArn property of the Finding data type.

For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the severity property of the Finding data type.

For a record to match a filter, the value that is specified for this data type property must be contained in the list of values of the userAttributes property of the Finding data type.

Trait Implementations

impl Default for FindingFilter
[src]

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

impl Debug for FindingFilter
[src]

Formats the value using the given formatter.

impl Clone for FindingFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more