Class: Aws::S3Control::Types::ListAccessPointsForDirectoryBucketsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ListAccessPointsForDirectoryBucketsResult
- 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 directory bucket.
-
#next_token ⇒ String
If
NextToken
is returned, there are more access points available than requested in themaxResults
value.
Instance Attribute Details
#access_point_list ⇒ Array<Types::AccessPoint>
Contains identification and configuration information for one or more access points associated with the directory bucket.
4995 4996 4997 4998 4999 5000 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4995 class ListAccessPointsForDirectoryBucketsResult < Struct.new( :access_point_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If NextToken
is returned, there are more access points available
than requested in the maxResults
value. The value of NextToken
is a unique pagination token for each page. Make the call again
using the returned token to retrieve the next page. Keep all other
arguments unchanged. Each pagination token expires after 24 hours.
4995 4996 4997 4998 4999 5000 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4995 class ListAccessPointsForDirectoryBucketsResult < Struct.new( :access_point_list, :next_token) SENSITIVE = [] include Aws::Structure end |