Class: Aws::CodeCommit::Types::UntagResourceInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/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 which you want to remove tags.

Returns:

  • (String)


6769
6770
6771
6772
6773
6774
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6769

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

#tag_keysArray<String>

The tag key for each tag that you want to remove from the resource.

Returns:

  • (Array<String>)


6769
6770
6771
6772
6773
6774
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6769

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