class Aws::FSx::Types::ListTagsForResourceRequest

The request object for `ListTagsForResource` operation.

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

data as a hash:

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

@!attribute [rw] resource_arn

The ARN of the Amazon FSx resource that will have its tags listed.
@return [String]

@!attribute [rw] max_results

Maximum number of tags to return in the response (integer). This
parameter value must be greater than 0. The number of items that
Amazon FSx returns is the minimum of the `MaxResults` parameter
specified in the request and the service's internal maximum number
of items per page.
@return [Integer]

@!attribute [rw] next_token

Opaque pagination token returned from a previous
`ListTagsForResource` operation (String). If a token present, the
action continues the list from where the returning call left off.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/ListTagsForResourceRequest AWS API Documentation

Constants

SENSITIVE