You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::RemoveTagsFromOnPremisesInstancesInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RemoveTagsFromOnPremisesInstancesInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  tags: [ # required
    {
      key: "Key",
      value: "Value",
    },
  ],
  instance_names: ["InstanceName"], # required
}

Represents the input of a RemoveTagsFromOnPremisesInstances operation.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_namesArray<String>

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

Returns:

  • (Array<String>)

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

#tagsArray<Types::Tag>

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

Returns:

  • (Array<Types::Tag>)

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