Class: Aws::EFS::Types::DescribeTagsResponse

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

#markerString

If the request included a ‘Marker`, the response returns that value in this field.

Returns:

  • (String)


1119
1120
1121
1122
1123
1124
1125
# File 'lib/aws-sdk-efs/types.rb', line 1119

class DescribeTagsResponse < Struct.new(
  :marker,
  :tags,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

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.

Returns:

  • (String)


1119
1120
1121
1122
1123
1124
1125
# File 'lib/aws-sdk-efs/types.rb', line 1119

class DescribeTagsResponse < Struct.new(
  :marker,
  :tags,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Returns tags associated with the file system as an array of ‘Tag` objects.

Returns:



1119
1120
1121
1122
1123
1124
1125
# File 'lib/aws-sdk-efs/types.rb', line 1119

class DescribeTagsResponse < Struct.new(
  :marker,
  :tags,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end