DescribeFileSystemsRequest

public struct DescribeFileSystemsRequest : AWSShape
extension EFS.DescribeFileSystemsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • (Optional) Restricts the list to the file system with this creation token (String). You specify a creation token when you create an Amazon EFS file system.

    Declaration

    Swift

    public let creationToken: String?
  • (Optional) ID of the file system whose description you want to retrieve (String).

    Declaration

    Swift

    public let fileSystemId: String?
  • (Optional) Opaque pagination token returned from a previous DescribeFileSystems operation (String). If present, specifies to continue the list from where the returning call had left off.

    Declaration

    Swift

    public let marker: String?
  • (Optional) Specifies the maximum number of file systems to return in the response (integer). This number is automatically set to 100. The response is paginated at 100 per page if you have more than 100 file systems.

    Declaration

    Swift

    public let maxItems: Int?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> EFS.DescribeFileSystemsRequest