Class: Aws::EFS::Types::ListTagsForResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


1836
1837
1838
1839
1840
1841
1842
# File 'lib/aws-sdk-efs/types.rb', line 1836

class ListTagsForResourceRequest < Struct.new(
  :resource_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

(Optional) 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)


1836
1837
1838
1839
1840
1841
1842
# File 'lib/aws-sdk-efs/types.rb', line 1836

class ListTagsForResourceRequest < Struct.new(
  :resource_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


1836
1837
1838
1839
1840
1841
1842
# File 'lib/aws-sdk-efs/types.rb', line 1836

class ListTagsForResourceRequest < Struct.new(
  :resource_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end