class Aws::CodeDeploy::Types::ListTagsForResourceInput

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

data as a hash:

    {
      resource_arn: "Arn", # required
      next_token: "NextToken",
    }

@!attribute [rw] resource_arn

The ARN of a CodeDeploy resource. `ListTagsForResource` returns all
the tags associated with the resource that is identified by the
`ResourceArn`.
@return [String]

@!attribute [rw] next_token

An identifier returned from the previous `ListTagsForResource` call.
It can be used to return the next set of applications in the list.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListTagsForResourceInput AWS API Documentation

Constants

SENSITIVE