Struct rusoto_directconnect::TagResourceRequest [] [src]

pub struct TagResourceRequest {
    pub resource_arn: ResourceArn,
    pub tags: TagList,
}

Container for the parameters to the TagResource operation.

Fields

The Amazon Resource Name (ARN) of the Direct Connect resource.

Example: arn:aws:directconnect:us-east-1:123456789012:dxcon/dxcon-fg5678gh

The list of tags to add.

Trait Implementations

impl Default for TagResourceRequest
[src]

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

impl Debug for TagResourceRequest
[src]

Formats the value using the given formatter.

impl Clone for TagResourceRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more