class Aws::EFS::Types::ListTagsForResourceRequest

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

data as a hash:

    {
      resource_id: "ResourceId", # required
      max_results: 1,
      next_token: "Token",
    }

@!attribute [rw] resource_id

Specifies the EFS resource you want to retrieve tags for. You can
retrieve tags for EFS file systems and access points using this API
endpoint.
@return [String]

@!attribute [rw] max_results

(Optional) Specifies the maximum number of tag objects to return in
the response. The default value is 100.
@return [Integer]

@!attribute [rw] next_token

(Optional) You can use `NextToken` in a subsequent request to fetch
the next page of access point descriptions if the response payload
was paginated.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/ListTagsForResourceRequest AWS API Documentation

Constants

SENSITIVE