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

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

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


4796
4797
4798
4799
4800
4801
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4796

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:



4796
4797
4798
4799
4800
4801
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4796

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