Struct rusoto_codedeploy::AddTagsToOnPremisesInstancesInput [] [src]

pub struct AddTagsToOnPremisesInstancesInput {
    pub instance_names: Vec<String>,
    pub tags: Vec<Tag>,
}

Represents the input of, and adds tags to, an on-premises instance operation.

Fields

The names of the on-premises instances to which to add tags.

The tag key-value pairs to add to the on-premises instances.

Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

Trait Implementations

impl Default for AddTagsToOnPremisesInstancesInput
[src]

[src]

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

impl Debug for AddTagsToOnPremisesInstancesInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for AddTagsToOnPremisesInstancesInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more