Class: Aws::EFS::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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

Returns:

  • (String)


1856
1857
1858
1859
1860
1861
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1856

class ListTagsForResourceResponse < Struct.new(
  :tags,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

An array of the tags for the specified EFS resource.

Returns:



1856
1857
1858
1859
1860
1861
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1856

class ListTagsForResourceResponse < Struct.new(
  :tags,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end