Class: Aws::CodePipeline::Types::TagResourceInput

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 you want to add tags to.

Returns:

  • (String)


3771
3772
3773
3774
3775
3776
# File 'lib/aws-sdk-codepipeline/types.rb', line 3771

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

#tagsArray<Types::Tag>

The tags you want to modify or add to the resource.

Returns:



3771
3772
3773
3774
3775
3776
# File 'lib/aws-sdk-codepipeline/types.rb', line 3771

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