Struct rusoto_codedeploy::RemoveTagsFromOnPremisesInstancesInput [] [src]

pub struct RemoveTagsFromOnPremisesInstancesInput {
    pub instance_names: InstanceNameList,
    pub tags: TagList,
}

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]

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

impl Debug for RemoveTagsFromOnPremisesInstancesInput
[src]

Formats the value using the given formatter.

impl Clone for RemoveTagsFromOnPremisesInstancesInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more