class Aws::Proton::Types::ListTagsForResourceInput

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

data as a hash:

    {
      max_results: 1,
      next_token: "String",
      resource_arn: "Arn", # required
    }

@!attribute [rw] max_results

The maximum number of tags to list.
@return [Integer]

@!attribute [rw] next_token

A token to indicate the location of the next resource tag in the
array of resource tags, after the list of resource tags that was
previously requested.
@return [String]

@!attribute [rw] resource_arn

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

@see docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/ListTagsForResourceInput AWS API Documentation

Constants

SENSITIVE