Class: Aws::CodeCommit::Types::TagResourceInput

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 add or update tags.

Returns:

  • (String)


6634
6635
6636
6637
6638
6639
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6634

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

#tagsHash<String,String>

The key-value pair to use when tagging this repository.

Returns:

  • (Hash<String,String>)


6634
6635
6636
6637
6638
6639
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6634

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