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