Struct rusoto_machinelearning::DeleteTagsInput [] [src]

pub struct DeleteTagsInput {
    pub resource_id: String,
    pub resource_type: String,
    pub tag_keys: Vec<String>,
}

Fields

The ID of the tagged ML object. For example, exampleModelId.

The type of the tagged ML object.

One or more tags to delete.

Trait Implementations

impl Default for DeleteTagsInput
[src]

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

impl Debug for DeleteTagsInput
[src]

Formats the value using the given formatter.

impl Clone for DeleteTagsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more