Struct rusoto_machinelearning::DeleteTagsOutput [] [src]

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

Amazon ML returns the following elements.

Fields

The ID of the ML object from which tags were deleted.

The type of the ML object from which tags were deleted.

Trait Implementations

impl Default for DeleteTagsOutput
[src]

[src]

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

impl Debug for DeleteTagsOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteTagsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more