class Aws::CodeDeploy::Types::RemoveTagsFromOnPremisesInstancesInput
Represents the input of a `RemoveTagsFromOnPremisesInstances` operation.
@note When making an API call, you may pass RemoveTagsFromOnPremisesInstancesInput
data as a hash: { tags: [ # required { key: "Key", value: "Value", }, ], instance_names: ["InstanceName"], # required }
@!attribute [rw] tags
The tag key-value pairs to remove from the on-premises instances. @return [Array<Types::Tag>]
@!attribute [rw] instance_names
The names of the on-premises instances from which to remove tags. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RemoveTagsFromOnPremisesInstancesInput AWS API Documentation
Constants
- SENSITIVE