Struct rusoto_workspaces::DescribeTagsRequest [] [src]

pub struct DescribeTagsRequest {
    pub resource_id: String,
}

The request of the DescribeTags operation.

Fields

The resource ID of the request.

Trait Implementations

impl Default for DescribeTagsRequest
[src]

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

impl Debug for DescribeTagsRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeTagsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more