Class: Aws::DataPipeline::Types::RemoveTagsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datapipeline/types.rb

Overview

Contains the parameters for RemoveTags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_idString

The ID of the pipeline.

Returns:

  • (String)


925
926
927
928
929
930
# File 'lib/aws-sdk-datapipeline/types.rb', line 925

class RemoveTagsInput < Struct.new(
  :pipeline_id,
  :tag_keys)
  SENSITIVE = []
  include Aws::Structure
end

#tag_keysArray<String>

The keys of the tags to remove.

Returns:

  • (Array<String>)


925
926
927
928
929
930
# File 'lib/aws-sdk-datapipeline/types.rb', line 925

class RemoveTagsInput < Struct.new(
  :pipeline_id,
  :tag_keys)
  SENSITIVE = []
  include Aws::Structure
end