Struct rusoto_machinelearning::DeleteEvaluationInput [] [src]

pub struct DeleteEvaluationInput {
    pub evaluation_id: String,
}

Fields

A user-supplied ID that uniquely identifies the Evaluation to delete.

Trait Implementations

impl Default for DeleteEvaluationInput
[src]

[src]

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

impl Debug for DeleteEvaluationInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteEvaluationInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more