DescribeTagsRequest

public struct DescribeTagsRequest : AWSShape
extension EFS.DescribeTagsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the file system whose tag set you want to retrieve.

    Declaration

    Swift

    public let fileSystemId: String
  • (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.

    Declaration

    Swift

    public let marker: String?
  • (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.

    Declaration

    Swift

    public let maxItems: Int?
  • Undocumented

    Declaration

    Swift

    public init(fileSystemId: String, marker: String? = nil, maxItems: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws