Class: Aws::S3Control::Types::ListAccessPointsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ListAccessPointsResult
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_point_list ⇒ Array<Types::AccessPoint>
Contains identification and configuration information for one or more access points associated with the specified bucket.
-
#next_token ⇒ String
If the specified bucket 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.
Instance Attribute Details
#access_point_list ⇒ Array<Types::AccessPoint>
Contains identification and configuration information for one or more access points associated with the specified bucket.
4943 4944 4945 4946 4947 4948 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4943 class ListAccessPointsResult < Struct.new( :access_point_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the specified bucket 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.
4943 4944 4945 4946 4947 4948 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4943 class ListAccessPointsResult < Struct.new( :access_point_list, :next_token) SENSITIVE = [] include Aws::Structure end |