Struct rusoto_elb::AddTagsInput [] [src]

pub struct AddTagsInput {
    pub load_balancer_names: Vec<String>,
    pub tags: Vec<Tag>,
}

Contains the parameters for AddTags.

Fields

The name of the load balancer. You can specify one load balancer only.

The tags.

Trait Implementations

impl Default for AddTagsInput
[src]

[src]

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

impl Debug for AddTagsInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AddTagsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for AddTagsInput

impl Sync for AddTagsInput