Struct rusoto_machinelearning::AddTagsInput [] [src]

pub struct AddTagsInput {
    pub resource_id: String,
    pub resource_type: String,
    pub tags: Vec<Tag>,
}

Fields

The ID of the ML object to tag. For example, exampleModelId.

The type of the ML object to tag.

The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.

Trait Implementations

impl Default for AddTagsInput
[src]

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

impl Debug for AddTagsInput
[src]

Formats the value using the given formatter.

impl Clone for AddTagsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more