DescribeAccessPointsRequest

public struct DescribeAccessPointsRequest : AWSShape
extension EFS.DescribeAccessPointsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • (Optional) Specifies an EFS access point to describe in the response; mutually exclusive with FileSystemId.

    Declaration

    Swift

    public let accessPointId: String?
  • (Optional) If you provide a FileSystemId, EFS returns all access points for that file system; mutually exclusive with AccessPointId.

    Declaration

    Swift

    public let fileSystemId: String?
  • (Optional) When retrieving all access points for a file system, you can optionally specify the MaxItems parameter to limit the number of objects returned in a response. The default value is 100.

    Declaration

    Swift

    public let maxResults: Int?
  • NextToken is present if the response is paginated. You can use NextMarker in the subsequent request to fetch the next page of access point descriptions.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(accessPointId: String? = nil, fileSystemId: String? = nil, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

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