Class: Aws::S3Control::Types::ListAccessPointsForObjectLambdaResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ListAccessPointsForObjectLambdaResult
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
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.
-
#object_lambda_access_point_list ⇒ Array<Types::ObjectLambdaAccessPoint>
Returns list of Object Lambda Access Points.
Instance Attribute Details
#next_token ⇒ String
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.
4873 4874 4875 4876 4877 4878 |
# File 'gems/aws-sdk-s3control/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_list ⇒ Array<Types::ObjectLambdaAccessPoint>
Returns list of Object Lambda Access Points.
4873 4874 4875 4876 4877 4878 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4873 class ListAccessPointsForObjectLambdaResult < Struct.new( :object_lambda_access_point_list, :next_token) SENSITIVE = [] include Aws::Structure end |