Struct rusoto_rds::AddTagsToResourceMessage [] [src]

pub struct AddTagsToResourceMessage {
    pub resource_name: String,
    pub tags: TagList,
}

Fields

The Amazon RDS resource the tags will be added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

The tags to be assigned to the Amazon RDS resource.

Trait Implementations

impl Default for AddTagsToResourceMessage
[src]

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

impl Debug for AddTagsToResourceMessage
[src]

Formats the value using the given formatter.

impl Clone for AddTagsToResourceMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more