class Aws::CloudDirectory::Types::ListTagsForResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource. Tagging is only
supported for directories.
@return [String]

@!attribute [rw] next_token

The pagination token. This is for future use. Currently pagination
is not supported for tagging.
@return [String]

@!attribute [rw] max_results

The `MaxResults` parameter sets the maximum number of results
returned in a single page. This is for future use and is not
supported currently.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListTagsForResourceRequest AWS API Documentation

Constants

SENSITIVE