class Aws::CodePipeline::Types::ListTagsForResourceInput

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

data as a hash:

    {
      resource_arn: "ResourceArn", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource to get tags for.
@return [String]

@!attribute [rw] next_token

The token that was returned from the previous API call, which would
be used to return the next page of the list. The ListTagsforResource
call lists all available tags in one call and does not use
pagination.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in a single call.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ListTagsForResourceInput AWS API Documentation

Constants

SENSITIVE