Struct rusoto_machinelearning::DeleteMLModelInput [] [src]

pub struct DeleteMLModelInput {
    pub ml_model_id: String,
}

Fields

A user-supplied ID that uniquely identifies the MLModel.

Trait Implementations

impl Default for DeleteMLModelInput
[src]

[src]

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

impl Debug for DeleteMLModelInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteMLModelInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more