Struct rusoto_machinelearning::DescribeTagsOutput [] [src]

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

Amazon ML returns the following elements.

Fields

The ID of the tagged ML object.

The type of the tagged ML object.

A list of tags associated with the ML object.

Trait Implementations

impl Default for DescribeTagsOutput
[src]

[src]

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

impl Debug for DescribeTagsOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeTagsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more