NAME
Paws::EFS::DescribeTagsResponse
ATTRIBUTES
Marker => Str
If the request included a Marker
, the response returns that value in this field.
NextMarker => Str
If a value is present, there are more tags to return. In a subsequent request, you can provide the value of NextMarker
as the value of the Marker
parameter in your next request to retrieve the next set of tags.
REQUIRED Tags => ArrayRef[Paws::EFS::Tag]
Returns tags associated with the file system as an array of Tag
objects.