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)


1944
1945
1946
1947
1948
1949
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1944

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:



1944
1945
1946
1947
1948
1949
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1944

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