class Aws::CodeStarconnections::Types::TagResourceInput

@note When making an API call, you may pass TagResourceInput

data as a hash:

    {
      resource_arn: "AmazonResourceName", # required
      tags: [ # required
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource to which you want to
add or update tags.
@return [String]

@!attribute [rw] tags

The tags you want to modify or add to the resource.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/TagResourceInput AWS API Documentation

Constants

SENSITIVE