Struct rusoto_dynamodb::TagResourceInput [] [src]

pub struct TagResourceInput {
    pub resource_arn: String,
    pub tags: Vec<Tag>,
}

Fields

Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).

The tags to be assigned to the Amazon DynamoDB resource.

Trait Implementations

impl Default for TagResourceInput
[src]

[src]

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

impl Debug for TagResourceInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for TagResourceInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more