You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FSx::Types::ListTagsForResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListTagsForResourceRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

The request object for ListTagsForResource operation.

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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.

Returns:

  • (Integer)

    Maximum number of tags to return in the response (integer).

#next_tokenString

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.

Returns:

  • (String)

    Opaque pagination token returned from a previous ListTagsForResource operation (String).

#resource_arnString

The ARN of the Amazon FSx resource that will have its tags listed.

Returns:

  • (String)

    The ARN of the Amazon FSx resource that will have its tags listed.