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

Class: Aws::EFS::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_id: "ResourceId", # required
  max_results: 1,
  next_token: "Token",
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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

Returns:

  • (Integer)

    (Optional) Specifies the maximum number of tag objects to return in the response.

#next_tokenString

You can use NextToken in a subsequent request to fetch the next page of access point descriptions if the response payload was paginated.

Returns:

  • (String)

    You can use NextToken in a subsequent request to fetch the next page of access point descriptions if the response payload was paginated.

#resource_idString

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.

Returns:

  • (String)

    Specifies the EFS resource you want to retrieve tags for.