Class: Aws::S3Control::Types::ListAccessPointsForObjectLambdaResult

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

#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)


4873
4874
4875
4876
4877
4878
# File 'lib/aws-sdk-s3control/types.rb', line 4873

class ListAccessPointsForObjectLambdaResult < Struct.new(
  :object_lambda_access_point_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#object_lambda_access_point_listArray<Types::ObjectLambdaAccessPoint>

Returns list of Object Lambda Access Points.

Returns:



4873
4874
4875
4876
4877
4878
# File 'lib/aws-sdk-s3control/types.rb', line 4873

class ListAccessPointsForObjectLambdaResult < Struct.new(
  :object_lambda_access_point_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end