class Aws::CodeStar::Types::TagProjectRequest

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

data as a hash:

    {
      id: "ProjectId", # required
      tags: { # required
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] id

The ID of the project you want to add a tag to.
@return [String]

@!attribute [rw] tags

The tags you want to add to the project.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/codestar-2017-04-19/TagProjectRequest AWS API Documentation

Constants

SENSITIVE