Class: Aws::S3Control::Types::ListAccessPointsForObjectLambdaRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID for the account that owns the specified Object Lambda Access Point.

Returns:

  • (String)


4852
4853
4854
4855
4856
4857
4858
# File 'lib/aws-sdk-s3control/types.rb', line 4852

class ListAccessPointsForObjectLambdaRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of access points that you want to include in the list. The response may contain fewer access points but will never contain more. 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.

Returns:

  • (Integer)


4852
4853
4854
4855
4856
4857
4858
# File 'lib/aws-sdk-s3control/types.rb', line 4852

class ListAccessPointsForObjectLambdaRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


4852
4853
4854
4855
4856
4857
4858
# File 'lib/aws-sdk-s3control/types.rb', line 4852

class ListAccessPointsForObjectLambdaRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end