Struct rusoto_codedeploy::RemoveTagsFromOnPremisesInstancesInput [] [src]

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

Represents the input of a RemoveTagsFromOnPremisesInstances operation.

Fields

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

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

Trait Implementations

impl Default for RemoveTagsFromOnPremisesInstancesInput
[src]

[src]

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

impl Debug for RemoveTagsFromOnPremisesInstancesInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for RemoveTagsFromOnPremisesInstancesInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more