class Aws::CodeStar::Types::ListTagsForProjectRequest

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

data as a hash:

    {
      id: "ProjectId", # required
      next_token: "PaginationToken",
      max_results: 1,
    }

@!attribute [rw] id

The ID of the project to get tags for.
@return [String]

@!attribute [rw] next_token

Reserved for future use.
@return [String]

@!attribute [rw] max_results

Reserved for future use.
@return [Integer]

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

Constants

SENSITIVE