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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Represents the input of a RemoveTagsFromOnPremisesInstances operation.

Constant Summary collapse

SENSITIVE =
[]

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>)


4343
4344
4345
4346
4347
4348
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4343

class RemoveTagsFromOnPremisesInstancesInput < Struct.new(
  :tags,
  :instance_names)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

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

Returns:



4343
4344
4345
4346
4347
4348
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4343

class RemoveTagsFromOnPremisesInstancesInput < Struct.new(
  :tags,
  :instance_names)
  SENSITIVE = []
  include Aws::Structure
end