Struct rusoto_machinelearning::AddTagsOutput [] [src]

pub struct AddTagsOutput {
    pub resource_id: Option<String>,
    pub resource_type: Option<String>,
}

Amazon ML returns the following elements.

Fields

The ID of the ML object that was tagged.

The type of the ML object that was tagged.

Trait Implementations

impl Default for AddTagsOutput
[src]

[src]

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

impl Debug for AddTagsOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for AddTagsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more