Class: Aws::CodePipeline::Types::UntagResourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource to remove tags from.

Returns:

  • (String)


5843
5844
5845
5846
5847
5848
# File 'lib/aws-sdk-codepipeline/types.rb', line 5843

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

#tag_keysArray<String>

The list of keys for the tags to be removed from the resource.

Returns:

  • (Array<String>)


5843
5844
5845
5846
5847
5848
# File 'lib/aws-sdk-codepipeline/types.rb', line 5843

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