Struct rusoto_inspector::AssessmentTargetFilter[][src]

pub struct AssessmentTargetFilter {
    pub assessment_target_name_pattern: Option<String>,
}

Used as the request parameter in the ListAssessmentTargets action.

Fields

For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTargetName property of the AssessmentTarget data type.

Trait Implementations

impl Default for AssessmentTargetFilter
[src]

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

impl Debug for AssessmentTargetFilter
[src]

Formats the value using the given formatter. Read more

impl Clone for AssessmentTargetFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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