Class: Aws::EFS::Types::DescribeTagsRequest

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

#file_system_idString

The ID of the file system whose tag set you want to retrieve.

Returns:

  • (String)


1092
1093
1094
1095
1096
1097
1098
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1092

class DescribeTagsRequest < Struct.new(
  :max_items,
  :marker,
  :file_system_id)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

(Optional) An opaque pagination token returned from a previous DescribeTags operation (String). If present, it specifies to continue the list from where the previous call left off.

Returns:

  • (String)


1092
1093
1094
1095
1096
1097
1098
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1092

class DescribeTagsRequest < Struct.new(
  :max_items,
  :marker,
  :file_system_id)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

(Optional) The maximum number of file system tags to return in the response. Currently, this number is automatically set to 100, and other values are ignored. The response is paginated at 100 per page if you have more than 100 tags.

Returns:

  • (Integer)


1092
1093
1094
1095
1096
1097
1098
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1092

class DescribeTagsRequest < Struct.new(
  :max_items,
  :marker,
  :file_system_id)
  SENSITIVE = []
  include Aws::Structure
end