class Aws::EFS::Types::DescribeAccessPointsRequest

@note When making an API call, you may pass DescribeAccessPointsRequest

data as a hash:

    {
      max_results: 1,
      next_token: "Token",
      access_point_id: "AccessPointId",
      file_system_id: "FileSystemId",
    }

@!attribute [rw] max_results

(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.
@return [Integer]

@!attribute [rw] next_token

`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.
@return [String]

@!attribute [rw] access_point_id

(Optional) Specifies an EFS access point to describe in the
response; mutually exclusive with `FileSystemId`.
@return [String]

@!attribute [rw] file_system_id

(Optional) If you provide a `FileSystemId`, EFS returns all access
points for that file system; mutually exclusive with
`AccessPointId`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/DescribeAccessPointsRequest AWS API Documentation

Constants

SENSITIVE