Struct rusoto_directconnect::DescribeTagsRequest [] [src]

pub struct DescribeTagsRequest {
    pub resource_arns: ResourceArnList,
}

Container for the parameters to the DescribeTags operation.

Fields

The Amazon Resource Names (ARNs) of the Direct Connect resources.

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