class Aws::S3Control::Types::ListAccessPointsForObjectLambdaRequest

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

data as a hash:

    {
      account_id: "AccountId", # required
      next_token: "NonEmptyMaxLength1024String",
      max_results: 1,
    }

@!attribute [rw] account_id

The account ID for the account that owns the specified Object Lambda
Access Point.
@return [String]

@!attribute [rw] next_token

If the list has more access points than can be returned in one call
to this API, this field contains a continuation token that you can
provide in subsequent calls to this API to retrieve additional
access points.
@return [String]

@!attribute [rw] max_results

The maximum number of access points that you want to include in the
list. If there are more than this number of access points, then the
response will include a continuation token in the `NextToken` field
that you can use to retrieve the next page of access points.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListAccessPointsForObjectLambdaRequest AWS API Documentation

Constants

SENSITIVE