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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/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)


4775
4776
4777
4778
4779
4780
4781
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4775

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)


4775
4776
4777
4778
4779
4780
4781
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4775

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)


4775
4776
4777
4778
4779
4780
4781
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4775

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