Struct rusoto_config::DeleteEvaluationResultsRequest [] [src]

pub struct DeleteEvaluationResultsRequest {
    pub config_rule_name: String,
}

Fields

The name of the Config rule for which you want to delete the evaluation results.

Trait Implementations

impl Default for DeleteEvaluationResultsRequest
[src]

[src]

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

impl Debug for DeleteEvaluationResultsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteEvaluationResultsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more